UNPKG

@kibisis/connect-kit

Version:

The UI kit to allow dApps to connect to the Kibisis wallets.

7 lines 210 B
import { SVGProps } from 'preact/compat'; interface IIconProps { color?: string; } type TIconProps = IIconProps & SVGProps<SVGSVGElement>; export default TIconProps; //# sourceMappingURL=TIconProps.d.ts.map