We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd161c commit 32e24a5Copy full SHA for 32e24a5
1 file changed
src/PickerPanel/context.ts
@@ -39,6 +39,9 @@ export interface PanelContextProps<DateType extends object = any>
39
40
// Shared
41
now: DateType;
42
+
43
+ classNames: FilledPanelClassNames;
44
+ styles: FilledPanelStyles;
45
}
46
47
/** Used for each single Panel. e.g. DatePanel */
0 commit comments