@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) • 1.43 kB
TypeScript
/// <reference types="react" />
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
children?: import("react").ReactNode;
size?: "sm" | "md" | "lg" | undefined;
color?: import("./Chip.types").ChipColor | undefined;
variant?: "outline" | "light" | "filled" | undefined;
} & import("../styling.types").CommonStylingProps>;
export default _default;
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
children?: import("react").ReactNode;
size?: "sm" | "md" | "lg" | undefined;
color?: import("./Chip.types").ChipColor | undefined;
variant?: "outline" | "light" | "filled" | undefined;
} & import("../styling.types").CommonStylingProps>;
export declare const Sizes: () => import("react/jsx-runtime").JSX.Element;
export declare const Variants: () => import("react/jsx-runtime").JSX.Element;
export declare const NonStringChild: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
children?: import("react").ReactNode;
size?: "sm" | "md" | "lg" | undefined;
color?: import("./Chip.types").ChipColor | undefined;
variant?: "outline" | "light" | "filled" | undefined;
} & import("../styling.types").CommonStylingProps>;
export declare const AutoColor: () => import("react/jsx-runtime").JSX.Element;