@unstoppabledomains/ui-kit
Version:
A set of common Unstoppable Domains components
10 lines (9 loc) • 648 B
TypeScript
import React from 'react';
declare const Mobix: React.ForwardRefExoticComponent<Omit<{
iconRef?: React.ForwardedRef<SVGSVGElement>;
} & import("@mui/material/SvgIcon").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
ref?: React.Ref<SVGSVGElement>;
}, "fontSize" | "classes" | "className" | "style" | "color" | "children" | "sx" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & {
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements>;
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
export default Mobix;