UNPKG

@metamask/sdk-react-ui

Version:

A react component and react hooks to connect and use MetaMask

7 lines 239 B
import React from 'react'; declare const IconSimplified: ({ color, style, }: { color?: "white" | "orange" | undefined; style: any; }) => React.JSX.Element; export default IconSimplified; //# sourceMappingURL=IconSimplified.d.ts.map