UNPKG

styled-bootstrap-grid

Version:

bootstrap grid system using styled components

5 lines (4 loc) 216 B
declare type ValueType = boolean | null | undefined | number | string | object; export declare type IsNumberFn = (value: ValueType) => boolean; export declare type SuffixFn = (value: ValueType) => string; export {};