UNPKG

@ztimson/momentum

Version:

Client library for momentum

11 lines 300 B
export declare function createDialog(html: string, opts?: { backdrop?: boolean; css?: string; closeBtn?: boolean; position?: 'center' | 'corner'; }): { close: (result?: any) => void; dialog: HTMLDivElement; result: Promise<unknown>; }; //# sourceMappingURL=dialog.d.ts.map