UNPKG

@metamask/design-system-react

Version:
7 lines 262 B
import React from "react"; import type { MaskiconProps } from "./Maskicon.types.cjs"; export declare const Maskicon: { ({ address, size, style, ...props }: MaskiconProps): React.JSX.Element; displayName: string; }; //# sourceMappingURL=Maskicon.d.cts.map