@airplane/views
Version:
A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.
24 lines (23 loc) • 2.21 kB
TypeScript
/// <reference types="react" />
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
id?: string | undefined;
defaultValue?: string | undefined;
defaultDisabled?: boolean | undefined;
} & import("../../state/components/input/types").InputProps<string, import("react").ChangeEvent<HTMLInputElement>> & Omit<import("./TextInput.types").TextInputComponentProps, "styles" | "defaultValue" | "id" | "defaultDisabled"> & import("react").RefAttributes<HTMLInputElement>>;
export default _default;
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
id?: string | undefined;
defaultValue?: string | undefined;
defaultDisabled?: boolean | undefined;
} & import("../../state/components/input/types").InputProps<string, import("react").ChangeEvent<HTMLInputElement>> & Omit<import("./TextInput.types").TextInputComponentProps, "styles" | "defaultValue" | "id" | "defaultDisabled"> & import("react").RefAttributes<HTMLInputElement>>;
export declare const WithError: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
id?: string | undefined;
defaultValue?: string | undefined;
defaultDisabled?: boolean | undefined;
} & import("../../state/components/input/types").InputProps<string, import("react").ChangeEvent<HTMLInputElement>> & Omit<import("./TextInput.types").TextInputComponentProps, "styles" | "defaultValue" | "id" | "defaultDisabled"> & import("react").RefAttributes<HTMLInputElement>>;
export declare const Disabled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
id?: string | undefined;
defaultValue?: string | undefined;
defaultDisabled?: boolean | undefined;
} & import("../../state/components/input/types").InputProps<string, import("react").ChangeEvent<HTMLInputElement>> & Omit<import("./TextInput.types").TextInputComponentProps, "styles" | "defaultValue" | "id" | "defaultDisabled"> & import("react").RefAttributes<HTMLInputElement>>;
export declare const Append: () => import("react/jsx-runtime").JSX.Element;