@vitus-labs/coolgrid
Version:
Ultra flexible and extensible grid system inspired by Bootstrap grid, based on styled-components
11 lines • 471 B
TypeScript
import { omit } from '@vitus-labs/core';
type BoolFunc = (value: any) => boolean;
export declare const isNumber: BoolFunc;
export declare const hasValue: BoolFunc;
export declare const isVisible: BoolFunc;
type HasWidth = (size: any, columns: any) => boolean;
export declare const hasWidth: HasWidth;
type OmitCtxKeys = (props?: Record<string, any>) => ReturnType<typeof omit>;
export declare const omitCtxKeys: OmitCtxKeys;
export {};
//# sourceMappingURL=utils.d.ts.map