UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

4 lines (3 loc) 248 B
import type { SizeType } from '../config-provider/SizeContext'; export declare function isPresetSize(size?: SizeType | string | number): size is SizeType; export declare function isValidGapNumber(size?: SizeType | string | number): size is number;