@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
18 lines • 709 B
TypeScript
import { h } from 'preact';
declare const _default: {
parameters: {
fixedWidth: boolean;
};
title: string;
};
export default _default;
export declare const Empty: () => h.JSX.Element;
export declare const EmptyFocused: () => h.JSX.Element;
export declare const EmptyDisabled: () => h.JSX.Element;
export declare const Filled: () => h.JSX.Element;
export declare const FilledFocused: () => h.JSX.Element;
export declare const FilledDisabled: () => h.JSX.Element;
export declare const Placeholder: () => h.JSX.Element;
export declare const ClearOnEscapeKeyDown: () => h.JSX.Element;
export declare const OnValueInput: () => h.JSX.Element;
//# sourceMappingURL=search-textbox.stories.d.ts.map