Skip to content

Commit 90f6eb5

Browse files
committed
use any for Locale type
1 parent ea96238 commit 90f6eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/@types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export namespace IDatePicker {
2-
export type Locale = string | ILocale;
2+
export type Locale = any;
33
export enum PickerDirection {
44
TOP,
55
BOTTOM,

0 commit comments

Comments
 (0)