GasWell-front/node_modules/element-plus/lib/utils/vue/validator.d.ts

3 lines
310 B
TypeScript
Raw Normal View History

export declare const isValidComponentSize: (val: string) => val is "" | "small" | "default" | "large";
export declare const isValidDatePickType: (val: string) => val is "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange";