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 5b71828 commit c135486Copy full SHA for c135486
src/types/index.ts
@@ -44,8 +44,6 @@ export type ClassNamesTypeProp = {
44
footer?: (p?: object | null | undefined) => string | undefined;
45
};
46
47
-export type ClassNameParam = ClassNameParam[] | string | number | boolean | undefined;
48
-
49
export interface DatepickerType {
50
primaryColor?: string;
51
value: DateValueType;
0 commit comments