@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) • 389 B
TypeScript
import type { ProgressBarProps } from "./ProgressBar.types";
export declare const ProgressBarComponent: ({ color, size, radius, label, className, style, width, height, grow, ...otherProps }: ProgressBarProps) => import("react/jsx-runtime").JSX.Element;
export declare const ProgressBar: {
(props: ProgressBarProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};