UNPKG

@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.

10 lines (9 loc) 770 B
import * as React from "react"; import { Props } from "./Icon.types"; declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./Icon.types").BaseProps & { children: React.ReactElement<any, string | React.JSXElementConstructor<any>>; } & React.RefAttributes<SVGSVGElement>>; export default _default; export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>; export declare const Outline: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>; export declare const Mini: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>;