UNPKG

react-bulma-components

Version:

React components for Bulma framework

10 lines (7 loc) 213 B
import { BulmaComponent } from '..'; import { Size } from '..' interface SectionProps { size?: Exclude<Size, 'small'>; } declare const Section: BulmaComponent<SectionProps, 'section'>; export default Section;