71cd01b42de96b6c71410955f95acb035ea05613aaedb6dd4f7f06e2748964bdc7fee20c0c4ba79ae47927570e22181d179c13b354cb94004ee67a1cf8e6b2 245 B

123
  1. import type { ComponentSize, DatePickType } from 'element-plus/es/constants';
  2. export declare const isValidComponentSize: (val: string) => val is ComponentSize | "";
  3. export declare const isValidDatePickType: (val: string) => val is DatePickType;