UNPKG

react-dial-knob

Version:

Dial knob UI component for the web, based on pure HTML/SVG tags.

18 lines 414 B
declare function Props(): JSX.Element; declare namespace Props { var story: { parameters: { notes: { disabled: boolean; }; knobs: { disabled: boolean; }; options: { showPanel: boolean; }; }; }; } export default Props; //# sourceMappingURL=Props.d.ts.map