UNPKG

@huolala-tech/page-spy-browser

Version:

A developer tool for debugging remote web page.

14 lines (13 loc) 423 B
import { ModalConfig, ShowParams } from '@huolala-tech/page-spy-types'; export declare class modal { constructor(); static config: ModalConfig; private static root; private static template; private static get rendered(); private static query; static build(cfg: Partial<ModalConfig>): void; static show(args?: Partial<ShowParams>): void; static close(): void; static reset(): void; }