@gravity-ui/uikit
Version:
Gravity UI base styling and components
6 lines (5 loc) • 298 B
TypeScript
export type { AvatarSize } from "./types/common.js";
export type { AvatarProps, AvatarTheme, AvatarView } from "./types/main.js";
export { AVATAR_SIZES, DEFAULT_AVATAR_SIZE } from "./constants.js";
export { Avatar } from "./Avatar.js";
export { getAvatarDisplayText } from "./AvatarText/index.js";