/** * @module elements/LynxWrapper * * `lynx-wrapper` is a helper element used to wrap content in specific scenarios. * It is a simple container with no specific behavioral logic. * * @example * ```html * *
Content
*
* ``` */ export { LynxWrapper } from './LynxWrapper.js';