We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7772f5 commit 669b28dCopy full SHA for 669b28d
src/VueDatePicker/interfaces.ts
@@ -392,8 +392,6 @@ export interface UIOpts {
392
input: CustomClass;
393
}
394
395
-export type UIKey = keyof UIOpts;
396
-
397
export type UIParsed = {
398
[K in keyof UIOpts]: Record<string, boolean>;
399
};
src/VueDatePicker/utils/defaults.ts
@@ -28,7 +28,6 @@ import type {
28
MultiDatesDefault,
29
MapPropDatesOpts,
30
UIOpts,
31
- UIKey,
32
UIParsed,
33
} from '@/interfaces';
34
import { getDate } from '@/utils/date-utils';
0 commit comments