@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) • 350 B
TypeScript
import { CalloutProps } from "./Callout.types";
export declare const CalloutComponent: ({ className, style, children, icon, title, variant, width, height, grow, }: CalloutProps) => import("react/jsx-runtime").JSX.Element;
export declare const Callout: {
(props: CalloutProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};