UNPKG

venom-connect

Version:

<p align="center"> <a href="https://github.com/venom-blockchain/developer-program"> <img src="https://raw.githubusercontent.com/venom-blockchain/developer-program/main/vf-dev-program.png" alt="Logo" width="366.8" height="146.4"> </a> </p>

11 lines 355 B
/// <reference types="react" /> declare type CloseCrossWrapperProps = { color: string; hoverColor?: string; }; declare type CloseCrossProps = CloseCrossWrapperProps & { onClick: () => void; }; export declare const CloseCross: ({ color, hoverColor, onClick }: CloseCrossProps) => JSX.Element; export {}; //# sourceMappingURL=CloseCross.d.ts.map