minishouyin/node_modules/antd/lib/_util/gapSize.d.ts

4 lines
248 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
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;