UNPKG

@wordpress/a11y

Version:
11 lines 331 B
/** * 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 declare const setup: () => void; //# sourceMappingURL=index.d.ts.map