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 ea96238 commit 90f6eb5Copy full SHA for 90f6eb5
src/common/@types.ts
@@ -1,5 +1,5 @@
1
export namespace IDatePicker {
2
- export type Locale = string | ILocale;
+ export type Locale = any;
3
export enum PickerDirection {
4
TOP,
5
BOTTOM,
0 commit comments