UNPKG

@kibisis/connect-kit

Version:

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

5 lines 177 B
import { FunctionComponent } from 'preact'; import { IProps } from './types'; declare const App: FunctionComponent<IProps>; export default App; //# sourceMappingURL=App.d.ts.map