util.d.ts 190 B

123
  1. import type { DrawerProps } from './Drawer';
  2. export declare function parseWidthHeight(value?: number | string): string | number;
  3. export declare function warnCheck(props: DrawerProps): void;