UNPKG

@kibisis/connect-kit

Version:

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

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