UNPKG

@metamask/design-system-react

Version:
4 lines 280 B
import React from "react"; import type { AvatarAccountProps } from "./AvatarAccount.types.mjs"; export declare const AvatarAccount: React.ForwardRefExoticComponent<Omit<AvatarAccountProps, "ref"> & React.RefAttributes<HTMLDivElement>>; //# sourceMappingURL=AvatarAccount.d.mts.map