UNPKG

react-styleguidist

Version:
9 lines (8 loc) 215 B
import React from 'react'; import * as Rsg from '../../../typings'; declare const Sections: React.FunctionComponent<{ sections: Rsg.Section[]; depth: number; root?: boolean; }>; export default Sections;