@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.
76 lines (75 loc) • 4.6 kB
TypeScript
/// <reference types="react" />
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
children: import("react").ReactNode;
order?: (2 | 1 | 3 | 4 | 5 | 6) | undefined;
color?: import("../theme/colors").Color | undefined;
weight?: import("csstype").Property.FontWeight | undefined;
transform?: import("csstype").Property.TextTransform | undefined;
align?: import("csstype").Property.TextAlign | undefined;
italic?: boolean | undefined;
underline?: boolean | undefined;
strikethrough?: boolean | undefined;
sx?: import("@mantine/styles").CSSObject | 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;
order?: (2 | 1 | 3 | 4 | 5 | 6) | undefined;
color?: import("../theme/colors").Color | undefined;
weight?: import("csstype").Property.FontWeight | undefined;
transform?: import("csstype").Property.TextTransform | undefined;
align?: import("csstype").Property.TextAlign | undefined;
italic?: boolean | undefined;
underline?: boolean | undefined;
strikethrough?: boolean | undefined;
sx?: import("@mantine/styles").CSSObject | undefined;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const Order: () => 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;
order?: (2 | 1 | 3 | 4 | 5 | 6) | undefined;
color?: import("../theme/colors").Color | undefined;
weight?: import("csstype").Property.FontWeight | undefined;
transform?: import("csstype").Property.TextTransform | undefined;
align?: import("csstype").Property.TextAlign | undefined;
italic?: boolean | undefined;
underline?: boolean | undefined;
strikethrough?: boolean | undefined;
sx?: import("@mantine/styles").CSSObject | 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;
order?: (2 | 1 | 3 | 4 | 5 | 6) | undefined;
color?: import("../theme/colors").Color | undefined;
weight?: import("csstype").Property.FontWeight | undefined;
transform?: import("csstype").Property.TextTransform | undefined;
align?: import("csstype").Property.TextAlign | undefined;
italic?: boolean | undefined;
underline?: boolean | undefined;
strikethrough?: boolean | undefined;
sx?: import("@mantine/styles").CSSObject | 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;
order?: (2 | 1 | 3 | 4 | 5 | 6) | undefined;
color?: import("../theme/colors").Color | undefined;
weight?: import("csstype").Property.FontWeight | undefined;
transform?: import("csstype").Property.TextTransform | undefined;
align?: import("csstype").Property.TextAlign | undefined;
italic?: boolean | undefined;
underline?: boolean | undefined;
strikethrough?: boolean | undefined;
sx?: import("@mantine/styles").CSSObject | 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;
order?: (2 | 1 | 3 | 4 | 5 | 6) | undefined;
color?: import("../theme/colors").Color | undefined;
weight?: import("csstype").Property.FontWeight | undefined;
transform?: import("csstype").Property.TextTransform | undefined;
align?: import("csstype").Property.TextAlign | undefined;
italic?: boolean | undefined;
underline?: boolean | undefined;
strikethrough?: boolean | undefined;
sx?: import("@mantine/styles").CSSObject | undefined;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;