@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.
18 lines (17 loc) • 3.14 kB
TypeScript
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./Chart.types").ChartProps<import("airplane/api").ParamValues | undefined, unknown>>;
export default _default;
export declare const Scatter: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Chart.types").ChartProps<import("airplane/api").ParamValues | undefined, unknown>>;
export declare const ScatterWithDeselect: () => import("react/jsx-runtime").JSX.Element;
export declare const ScatterLog: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Chart.types").ChartProps<import("airplane/api").ParamValues | undefined, unknown>>;
export declare const ScatterWithObject: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Chart.types").ChartProps<import("airplane/api").ParamValues | undefined, unknown>>;
export declare const Bar: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Chart.types").ChartProps<import("airplane/api").ParamValues | undefined, unknown>>;
export declare const StackedBar: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Chart.types").ChartProps<import("airplane/api").ParamValues | undefined, unknown>>;
export declare const Line: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Chart.types").ChartProps<import("airplane/api").ParamValues | undefined, unknown>>;
export declare const CustomRange: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Chart.types").ChartProps<import("airplane/api").ParamValues | undefined, unknown>>;
export declare const LineWithPercents: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Chart.types").ChartProps<import("airplane/api").ParamValues | undefined, unknown>>;
export declare const LineWithColors: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Chart.types").ChartProps<import("airplane/api").ParamValues | undefined, unknown>>;
export declare const Pie: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Chart.types").ChartProps<import("airplane/api").ParamValues | undefined, unknown>>;
export declare const PieWithColors: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Chart.types").ChartProps<import("airplane/api").ParamValues | undefined, unknown>>;
export declare const Loading: () => import("react/jsx-runtime").JSX.Element;
export declare const NextToEachOther: () => import("react/jsx-runtime").JSX.Element;
export declare const WithHeight: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Chart.types").ChartProps<import("airplane/api").ParamValues | undefined, unknown>>;