@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
16 lines • 546 B
TypeScript
import { h } from 'preact';
declare const _default: {
parameters: {
fixedWidth: boolean;
};
tags: string[];
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 Bold: () => h.JSX.Element;
export declare const Indent: () => h.JSX.Element;
export declare const OnValueChange: () => h.JSX.Element;
//# sourceMappingURL=selectable-item-selected.stories.d.ts.map