UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

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;