@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
15 lines • 501 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 Bold: () => h.JSX.Element;
export declare const Description: () => h.JSX.Element;
export declare const OnValueChange: () => h.JSX.Element;
//# sourceMappingURL=layer-component-unselected.stories.d.ts.map