UNPKG

86 BTypeScriptView Raw
1export interface WhiteSpacePropsType {
2 size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
3}