UNPKG

react-styleguidist

Version:
8 lines (7 loc) 190 B
import React from 'react'; import * as Rsg from '../../../typings'; declare const Section: React.FunctionComponent<{ section: Rsg.Section; depth: number; }>; export default Section;