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.

8 lines (7 loc) 413 B
import { AvatarProps } from "./Avatar.types"; export declare const getInitials: (displayName?: string) => string | undefined; export declare const AvatarComponent: ({ color, size, radius, email, userID, src, children, ...props }: AvatarProps) => import("react/jsx-runtime").JSX.Element; export declare const Avatar: { (props: AvatarProps): import("react/jsx-runtime").JSX.Element; displayName: string; };