UNPKG

@kibisis/connect-kit

Version:

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

8 lines 194 B
import { TTheme } from '../../../types'; interface IProps { onClose: () => void; onLaunchWeb: () => void; theme: TTheme; } export default IProps; //# sourceMappingURL=IProps.d.ts.map