UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

13 lines 524 B
import { h } from 'preact'; declare const _default: { title: string; }; export default _default; export declare const Passive: () => h.JSX.Element; export declare const Focused: () => h.JSX.Element; export declare const Disabled: () => h.JSX.Element; export declare const DisabledOption: () => h.JSX.Element; export declare const Space: () => h.JSX.Element; export declare const Horizontal: () => h.JSX.Element; export declare const OnValueChange: () => h.JSX.Element; //# sourceMappingURL=radio-buttons.stories.d.ts.map