UNPKG

react-bulma-components

Version:

React components for Bulma framework

11 lines (8 loc) 245 B
import { BulmaComponent } from '..'; import { Breakpoint } from '..'; interface ContainerProps { max?: boolean; breakpoint?: Breakpoint | 'fluid'; } declare const Container: BulmaComponent<ContainerProps, 'div'>; export default Container;