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.

7 lines (6 loc) 313 B
import { LoaderProps } from "./Loader.types"; export declare const LoaderComponent: ({ color, size, variant, className, style, }: LoaderProps) => import("react/jsx-runtime").JSX.Element; export declare const Loader: { (props: LoaderProps): import("react/jsx-runtime").JSX.Element; displayName: string; };