UNPKG

@kickstartds/storybook-addon-jsonschema

Version:

Show JSON Schema files associated with components, integrated with Story Controls

7 lines (6 loc) 134 B
import React from "react"; interface PanelProps { active: boolean; } export declare const Panel: React.FC<PanelProps>; export {};