hongluan-ui
Version:
Hongluan Component Library for Vue 3
5 lines (4 loc) • 415 B
TypeScript
export declare const isValidComponentSize: (val: string) => boolean;
export declare const isValidComponentType: (val: string) => boolean;
export declare const isValidComponentState: (val: string) => boolean;
export declare const isValidDatePickType: (val: string) => val is "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange";