UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

11 lines (10 loc) 188 B
export declare class DokuBackdropRef { /** * The element of the backdrop. */ element?: HTMLDivElement; /** * Close active backdrop. */ close(): void; }