UNPKG

@0xsticks/web3modal-angular-sticks

Version:

Web3Modal implementation for Angular

13 lines (12 loc) 502 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class Modal { allowClose: boolean; hidden: boolean; closed: EventEmitter<any>; set _hidden(value: boolean); set open(value: boolean); close(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<Modal, never>; static ɵcmp: i0.ɵɵComponentDeclaration<Modal, "m-modal", never, { "open": "open"; "allowClose": "allowClose"; }, { "closed": "closed"; }, never, ["*"]>; }