@shoelace-style/shoelace
Version:
A forward-thinking library of web components.
12 lines (11 loc) • 479 B
TypeScript
import Component from '../../components/visually-hidden/visually-hidden.component.js';
/**
* @summary The visually hidden utility makes content accessible to assistive devices without displaying it on the screen.
* @documentation https://shoelace.style/components/visually-hidden
* @status stable
* @since 2.0
*
* @slot - The content to be visually hidden.
*/
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {}>;
export default reactWrapper;