@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.
59 lines (58 loc) • 3.55 kB
TypeScript
/// <reference types="react" />
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
children: import("react").ReactNode;
level?: (2 | 1 | 3 | 4 | 5 | 6) | undefined;
color?: import("../theme/colors").Color | undefined;
weight?: import("../theme/typography").FontWeight | undefined;
italic?: boolean | undefined;
underline?: boolean | undefined;
strikethrough?: boolean | undefined;
} & import("../layout/layout.types").CommonLayoutProps & 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;
level?: (2 | 1 | 3 | 4 | 5 | 6) | undefined;
color?: import("../theme/colors").Color | undefined;
weight?: import("../theme/typography").FontWeight | undefined;
italic?: boolean | undefined;
underline?: boolean | undefined;
strikethrough?: boolean | undefined;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const Level: () => import("react/jsx-runtime").JSX.Element;
export declare const Italic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
children: import("react").ReactNode;
level?: (2 | 1 | 3 | 4 | 5 | 6) | undefined;
color?: import("../theme/colors").Color | undefined;
weight?: import("../theme/typography").FontWeight | undefined;
italic?: boolean | undefined;
underline?: boolean | undefined;
strikethrough?: boolean | undefined;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const Underline: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
children: import("react").ReactNode;
level?: (2 | 1 | 3 | 4 | 5 | 6) | undefined;
color?: import("../theme/colors").Color | undefined;
weight?: import("../theme/typography").FontWeight | undefined;
italic?: boolean | undefined;
underline?: boolean | undefined;
strikethrough?: boolean | undefined;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const Strikethrough: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
children: import("react").ReactNode;
level?: (2 | 1 | 3 | 4 | 5 | 6) | undefined;
color?: import("../theme/colors").Color | undefined;
weight?: import("../theme/typography").FontWeight | undefined;
italic?: boolean | undefined;
underline?: boolean | undefined;
strikethrough?: boolean | undefined;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const Color: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
children: import("react").ReactNode;
level?: (2 | 1 | 3 | 4 | 5 | 6) | undefined;
color?: import("../theme/colors").Color | undefined;
weight?: import("../theme/typography").FontWeight | undefined;
italic?: boolean | undefined;
underline?: boolean | undefined;
strikethrough?: boolean | undefined;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const Weights: () => import("react/jsx-runtime").JSX.Element;