Outlook_Addin_LLM/node_modules/@fluentui/react-aria/lib/AriaLiveAnnouncer/renderAriaLiveAnnouncer.js

9 lines
348 B
JavaScript

import { jsx as _jsx } from "@fluentui/react-jsx-runtime/jsx-runtime";
import { AnnounceProvider } from '@fluentui/react-shared-contexts';
export const renderAriaLiveAnnouncer_unstable = (state, contextValues)=>{
return /*#__PURE__*/ _jsx(AnnounceProvider, {
value: contextValues.announce,
children: state.children
});
};