{"version":3,"sources":["../src/components/Drawer/renderDrawer.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { JSXElement } from '@fluentui/react-utilities';\nimport type { DrawerState } from './Drawer.types';\n\n/**\n * Renders the final JSX of the Drawer component, given the state.\n */\nexport const renderDrawer = (state: DrawerState): JSXElement => {\n  const Root = state.components.root;\n\n  return <Root {...state.root} />;\n};\n"],"names":["renderDrawer","state","Root","components","root"],"mappings":";;;;+BAOaA;;;eAAAA;;;;iEAPU;AAOhB,MAAMA,eAAe,CAACC;IAC3B,MAAMC,OAAOD,MAAME,UAAU,CAACC,IAAI;IAElC,qBAAO,qBAACF,MAASD,MAAMG,IAAI;AAC7B"}