UNPKG

storybook-addon-markuplint-proto

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