@wordpress/a11y
Version:
Accessibility (a11y) utilities for WordPress.
12 lines (11 loc) • 321 B
JavaScript
/**
* Internal dependencies
*/
export { speak } from '../shared/index';
/**
* This no-op function is exported to provide compatibility with the `wp-a11y` Script.
*
* Filters should inject the relevant HTML on page load instead of requiring setup.
*/
export const setup = () => {};
//# sourceMappingURL=index.js.map