Files
dsProject/dsPgBase/WebRoot/html/cdn/es/utils/validators.d.ts
2025-09-03 11:36:01 +08:00

4 lines
211 B
TypeScript

export declare const isValidWidthUnit: (val: string | number) => boolean;
export declare const isValidComponentSize: (val: string) => boolean;
export declare const isValidDatePickType: (val: string) => boolean;