Skip to content

Commit 669b28d

Browse files
committed
chore: Remove unused type
1 parent f7772f5 commit 669b28d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/VueDatePicker/interfaces.ts

-2
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,6 @@ export interface UIOpts {
392392
input: CustomClass;
393393
}
394394

395-
export type UIKey = keyof UIOpts;
396-
397395
export type UIParsed = {
398396
[K in keyof UIOpts]: Record<string, boolean>;
399397
};

src/VueDatePicker/utils/defaults.ts

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import type {
2828
MultiDatesDefault,
2929
MapPropDatesOpts,
3030
UIOpts,
31-
UIKey,
3231
UIParsed,
3332
} from '@/interfaces';
3433
import { getDate } from '@/utils/date-utils';

0 commit comments

Comments
 (0)