UNPKG

248 BTypeScriptView Raw
1import type { SizeType } from '../config-provider/SizeContext';
2export declare function isPresetSize(size?: SizeType | string | number): size is SizeType;
3export declare function isValidGapNumber(size?: SizeType | string | number): size is number;