/** * @module elements/XOverlayNg * * `x-overlay-ng` provides a modal overlay using the `` element. * * Attributes: * - `visible`: 'true' | 'false', shows or hides the overlay. * - `events-pass-through`: 'true' | 'false', allows clicks to pass through to the underlying document. * * Events: * - `showoverlay`: Fired when the overlay is shown. * - `dismissoverlay`: Fired when the overlay is dismissed. */ export { XOverlayNg } from './XOverlayNg.js';