UNPKG

hongluan-ui

Version:
5 lines (4 loc) 415 B
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";