gapSize.d.ts 248 B

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