Skip to content

Commit 02f8f72

Browse files
authored
fix: Removed "isDarkModeEnabled" from the TS definitions (#461)
1 parent 948f4ee commit 02f8f72

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

typings/index.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@ export interface DateTimePickerProps {
8787
*/
8888
locale?: string;
8989

90-
/**
91-
* Toggles the dark mode style of the picker
92-
*
93-
* Default is false
94-
*/
95-
isDarkModeEnabled?: boolean;
96-
9790
/**
9891
* Sets the visibility of the picker
9992
*

0 commit comments

Comments
 (0)