{"version":3,"sources":["../src/components/Dialog/DialogTitle/renderDialogTitle.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 { DialogTitleSlots, DialogTitleState } from './DialogTitle.types';\n\nexport const renderDialogTitle = (state: DialogTitleState): JSXElement => {\n  assertSlots<DialogTitleSlots>(state);\n  return <state.root />;\n};\n"],"names":["renderDialogTitle","state","assertSlots","root"],"mappings":"AAAA,0BAA0B,GAC1B,iDAAiD;;;;+BAMpCA;;;eAAAA;;;;gCAJe;AAIrB,MAAMA,oBAAoB,CAACC;IAChCC,IAAAA,2BAAW,EAAmBD;IAC9B,qBAAO,qBAACA,MAAME,IAAI;AACpB"}