UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

4 lines (3 loc) 190 B
import type { DrawerProps } from './Drawer'; export declare function parseWidthHeight(value?: number | string): string | number; export declare function warnCheck(props: DrawerProps): void;