{"version":3,"sources":["../src/components/Dialog/DialogBody/renderDialogBody.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 { DialogBodySlots, DialogBodyState } from './DialogBody.types';\n\nexport const renderDialogBody = (state: DialogBodyState): JSXElement => {\n  assertSlots<DialogBodySlots>(state);\n  return <state.root />;\n};\n"],"names":["renderDialogBody","state","assertSlots","root"],"mappings":"AAAA,0BAA0B,GAC1B,iDAAiD;;;;+BAMpCA;;;eAAAA;;;;gCAJe;AAIrB,MAAMA,mBAAmB,CAACC;IAC/BC,IAAAA,2BAAW,EAAkBD;IAC7B,qBAAO,qBAACA,MAAME,IAAI;AACpB"}