@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
24 lines • 976 B
TypeScript
import { h } from 'preact';
declare const _default: {
parameters: {
fixedWidth: boolean;
};
tags: string[];
title: string;
};
export default _default;
export declare const Empty: () => h.JSX.Element;
export declare const Focused: () => h.JSX.Element;
export declare const Placeholder: () => h.JSX.Element;
export declare const Filled: () => h.JSX.Element;
export declare const Disabled: () => h.JSX.Element;
export declare const DisabledOption: () => h.JSX.Element;
export declare const Icon: () => h.JSX.Element;
export declare const TextIcon: () => h.JSX.Element;
export declare const RevertOnEscapeKeyDown: () => h.JSX.Element;
export declare const Strict: () => h.JSX.Element;
export declare const Filter: () => h.JSX.Element;
export declare const StrictFilter: () => h.JSX.Element;
export declare const MenuTop: () => h.JSX.Element;
export declare const OnValueInput: () => h.JSX.Element;
//# sourceMappingURL=textbox-autocomplete.stories.d.ts.map