变更
This commit is contained in:
4
types/component/datePicker/interface.d.ts
vendored
4
types/component/datePicker/interface.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
import { Ref } from "vue";
|
||||
export declare type DatePickerType = "date" | "datetime" | "year" | "time" | "month";
|
||||
export declare type provideType = {
|
||||
export type DatePickerType = "date" | "datetime" | "year" | "time" | "month";
|
||||
export type provideType = {
|
||||
currentYear: Ref;
|
||||
currentMonth: Ref;
|
||||
currentDay: Ref;
|
||||
|
||||
Reference in New Issue
Block a user