UNPKG

@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.

12 lines (11 loc) 961 B
/// <reference types="react" /> import { CheckboxProps } from "./Checkbox.types"; declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, { id?: string | undefined; defaultDisabled?: boolean | undefined; defaultChecked?: boolean | undefined; } & import("../../state/components/input/types").InputProps<boolean, boolean> & Omit<import("./Checkbox.types").CheckboxComponentProps, "styles"> & import("react").RefAttributes<HTMLInputElement>>; export default _default; export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, CheckboxProps>; export declare const ErrorColor: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, CheckboxProps>; export declare const XL: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, CheckboxProps>;