UNPKG

react-styleguidist

Version:
10 lines (9 loc) 244 B
import React from 'react'; interface ComponentsProps { components: any[]; depth: number; exampleMode?: string; usageMode?: string; } declare const Components: React.FunctionComponent<ComponentsProps>; export default Components;