Files
video-gen/video-gen-admin/node_modules/@rc-component/drawer/lib/util.d.ts
T
2026-05-25 17:08:18 +08:00

4 lines
190 B
TypeScript

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