{"version":3,"sources":["../src/components/Toast/renderToast.tsx"],"sourcesContent":["/** @jsxRuntime automatic */\n/** @jsxImportSource @fluentui/react-jsx-runtime */\n\nimport { assertSlots } from '@fluentui/react-utilities';\nimport type { JSXElement } from '@fluentui/react-utilities';\nimport type { ToastState, ToastSlots } from './Toast.types';\n\n/**\n * Render the final JSX of Toast\n */\nexport const renderToast = (state: ToastState): JSXElement => {\n  assertSlots<ToastSlots>(state);\n\n  return <state.root />;\n};\n"],"names":["renderToast","state","assertSlots","root"],"mappings":"AAAA,0BAA0B,GAC1B,iDAAiD;;;;+BASpCA;;;eAAAA;;;;gCAPe;AAOrB,MAAMA,cAAc,CAACC;IAC1BC,IAAAA,2BAAW,EAAaD;IAExB,qBAAO,qBAACA,MAAME,IAAI;AACpB"}