UNPKG

@wingsuit-designsystem/storybook

Version:
8 lines (7 loc) 191 B
import { FunctionComponent } from 'react'; type Props = { patternId: string; children: any; }; declare const PatternLoad: FunctionComponent<Props>; export default PatternLoad;