{"version":3,"sources":["../src/components/TeachingPopover/TeachingPopoverFooter/TeachingPopoverFooter.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { TeachingPopoverFooterProps } from './TeachingPopoverFooter.types';\nimport { useTeachingPopoverFooter } from './useTeachingPopoverFooter';\nimport { renderTeachingPopoverFooter } from './renderTeachingPopoverFooter';\n\nexport const TeachingPopoverFooter: ForwardRefComponent<TeachingPopoverFooterProps> = React.forwardRef((props, ref) => {\n  const state = useTeachingPopoverFooter(props, ref);\n  return renderTeachingPopoverFooter(state);\n});\n\nTeachingPopoverFooter.displayName = 'TeachingPopoverFooter';\n"],"names":["TeachingPopoverFooter","React","forwardRef","props","ref","state","useTeachingPopoverFooter","renderTeachingPopoverFooter","displayName"],"mappings":"AAAA;;;;;+BAQaA;;;eAAAA;;;;iEANU;0CAGkB;6CACG;AAErC,MAAMA,sCAAyEC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IAC7G,MAAMC,QAAQC,IAAAA,kDAAwB,EAACH,OAAOC;IAC9C,OAAOG,IAAAA,wDAA2B,EAACF;AACrC;AAEAL,sBAAsBQ,WAAW,GAAG"}