UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 254 B
import React from 'react'; import { AvatarProps } from './Avatar.types'; /** * Avatars are found throughout salti design with uses in everything from tables to dialog menus. */ declare const Avatar: React.FC<AvatarProps>; export default Avatar;