/** * @module elements/XView * * `x-view` is a generic container element, similar to `div`. * It supports standard layout and styling attributes. */ export { XView } from './XView.js'; export { XBlurView } from './XBlurView.js';