UNPKG

brightyui

Version:

Brighty UI library

7 lines (6 loc) 156 B
import { FC, ReactNode } from 'react'; interface SectionProps { children: ReactNode; } declare const Section: FC<SectionProps>; export default Section;