UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

22 lines 862 B
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 Mixed: () => h.JSX.Element; export declare const RevertOnEscapeKeyDown: () => h.JSX.Element; export declare const ValidateOnBlur: () => h.JSX.Element; export declare const Rows: () => h.JSX.Element; export declare const AutoGrow: () => h.JSX.Element; export declare const Ref: () => h.JSX.Element; export declare const OnValueInput: () => h.JSX.Element; //# sourceMappingURL=textbox-multiline.stories.d.ts.map