@bhayward93/web3modal-angular
Version:
Web3Modal implementation for Angular
7 lines • 334 B
TypeScript
import { IAbstractConnectorOptions } from '../../helpers';
export interface IFortmaticConnectorOptions extends IAbstractConnectorOptions {
key: string;
}
declare const ConnectToFortmatic: (Fortmatic: any, opts: IFortmaticConnectorOptions) => Promise<any>;
export default ConnectToFortmatic;
//# sourceMappingURL=fortmatic.d.ts.map