Skip to content

Commit 32e24a5

Browse files
committed
chore: fix ts def
1 parent 2fd161c commit 32e24a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PickerPanel/context.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export interface PanelContextProps<DateType extends object = any>
3939

4040
// Shared
4141
now: DateType;
42+
43+
classNames: FilledPanelClassNames;
44+
styles: FilledPanelStyles;
4245
}
4346

4447
/** Used for each single Panel. e.g. DatePanel */

0 commit comments

Comments
 (0)