nicecode-v2/packages/meta/lib/_util/gapSize.d.ts

4 lines
248 B
TypeScript

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;