UNPKG

@tntx/text-avatar-react

Version:
5 lines (4 loc) 190 B
import type { TextAvatarType } from "./type"; import "./index.less"; declare const TextAvatar: (props: TextAvatarType) => import("react/jsx-runtime").JSX.Element; export default TextAvatar;