{"version":3,"sources":["../src/components/Accordion/AccordionPanel/renderAccordionPanel.ts"],"sourcesContent":["import { renderAccordionPanel_unstable } from '@fluentui/react-accordion';\nimport type { AccordionPanelState as FluentAccordionPanelState } from '@fluentui/react-accordion';\nimport type { JSXElement } from '@fluentui/react-utilities';\n\nimport type { AccordionPanelState } from './AccordionPanel.types';\n\n/**\n * Renders the final JSX of the AccordionPanel component, given the state.\n */\nexport const renderAccordionPanel = (state: AccordionPanelState): JSXElement => {\n  return renderAccordionPanel_unstable(state as FluentAccordionPanelState);\n};\n"],"names":["renderAccordionPanel","state","renderAccordionPanel_unstable"],"mappings":";;;;+BASaA;;;eAAAA;;;gCATiC;AASvC,MAAMA,uBAAuB,CAACC;IACnC,OAAOC,IAAAA,6CAA6B,EAACD;AACvC"}