Skip to content

Commit c135486

Browse files
author
Marcin Charmułowicz
committed
Removed unused type
1 parent 5b71828 commit c135486

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/types/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ export type ClassNamesTypeProp = {
4444
footer?: (p?: object | null | undefined) => string | undefined;
4545
};
4646

47-
export type ClassNameParam = ClassNameParam[] | string | number | boolean | undefined;
48-
4947
export interface DatepickerType {
5048
primaryColor?: string;
5149
value: DateValueType;

0 commit comments

Comments
 (0)