UNPKG

@wordpress/notices

Version:
12 lines (11 loc) 272 B
// packages/notices/src/store/controls.ts import { speak } from "@wordpress/a11y"; var controls_default = { SPEAK(action) { speak(action.message, action.ariaLive || "assertive"); } }; export { controls_default as default }; //# sourceMappingURL=controls.mjs.map