{"version":3,"sources":["../src/components/Nav/NavSectionHeader/renderNavSectionHeader.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 { NavSectionHeaderState, NavSectionHeaderSlots } from './NavSectionHeader.types';\n\n/**\n * Render the final JSX of NavSectionHeader\n */\nexport const renderNavSectionHeader = (state: NavSectionHeaderState): JSXElement => {\n  assertSlots<NavSectionHeaderSlots>(state);\n\n  return <state.root />;\n};\n"],"names":["renderNavSectionHeader","state","assertSlots","root"],"mappings":"AAAA,0BAA0B,GAC1B,iDAAiD;;;;+BASpCA;;;eAAAA;;;;gCAPe;AAOrB,MAAMA,yBAAyB,CAACC;IACrCC,IAAAA,2BAAW,EAAwBD;IAEnC,qBAAO,qBAACA,MAAME,IAAI;AACpB"}