@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) • 311 B
TypeScript
import { ChipProps } from "./Chip.types";
export declare const ChipComponent: ({ children, color, size, variant, className, style, }: ChipProps) => import("react/jsx-runtime").JSX.Element;
export declare const Chip: {
(props: ChipProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};