@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.
20 lines (19 loc) • 1.46 kB
TypeScript
/// <reference types="react" />
import { Props } from "./Tooltip.types";
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
label: import("react").ReactNode;
children: import("react").ReactNode;
color?: import("../theme/colors").Color | undefined;
position?: import("@mantine/core/lib/Floating").FloatingPosition | undefined;
width?: number | "auto" | undefined;
multiline?: boolean | undefined;
wrapper?: "span" | "div" | undefined;
disabled?: boolean | undefined;
} & import("../styling.types").CommonStylingProps>;
export default _default;
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>;
export declare const BottomPosition: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>;
export declare const MultiLine: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>;
export declare const WithString: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>;
export declare const WithFragment: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>;
export declare const WithWrapper: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>;