UNPKG

styled-bootstrap-grid

Version:

bootstrap grid system using styled components

6 lines (5 loc) 254 B
/// <reference types="react" /> import { DefaultContainerMaxWidth, ThemeProps } from './types'; export declare const defaultContainerMaxWidth: DefaultContainerMaxWidth; declare const _default: (props: ThemeProps) => JSX.Element; export default _default;