UNPKG

@vitus-labs/coolgrid

Version:

Ultra flexible and extensible grid system inspired by Bootstrap grid, based on styled-components

5 lines 284 B
import { get } from '@vitus-labs/core'; type GetContainerWidth = (props?: Record<string, unknown> | unknown, theme?: Record<string, unknown> | unknown) => ReturnType<typeof get>; export declare const getContainerWidth: GetContainerWidth; export {}; //# sourceMappingURL=utils.d.ts.map