UNPKG

@wordpress/a11y

Version:
25 lines (23 loc) 557 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setup = void 0; Object.defineProperty(exports, "speak", { enumerable: true, get: function () { return _index.speak; } }); var _index = require("../shared/index"); /** * Internal dependencies */ /** * 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. */ const setup = () => {}; exports.setup = setup; //# sourceMappingURL=index.js.map