UNPKG

brightyui

Version:

Brighty UI library

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