UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

8 lines 326 B
import { IconProps } from "../icon"; export declare function initials(name: string): string; /** * Fallback avatar component. * This should be a generic svg used to represent an avatar */ export declare function DefaultAvatarIcon(props: IconProps): import("solid-js").JSX.Element; //# sourceMappingURL=avatar.utils.d.ts.map