UNPKG

@kibisis/connect-kit

Version:

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

6 lines 222 B
import { ConnectionTypeEnum } from '../enums'; interface IMobileConnectionConfig { __delimiter: ConnectionTypeEnum.Mobile; } export default IMobileConnectionConfig; //# sourceMappingURL=IMobileConnectionConfig.d.ts.map