{"version":3,"sources":["../src/components/TeachingPopover/TeachingPopoverTitle/TeachingPopoverTitle.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { TeachingPopoverTitleProps } from './TeachingPopoverTitle.types';\nimport { useTeachingPopoverTitle } from './useTeachingPopoverTitle';\nimport { renderTeachingPopoverTitle } from './renderTeachingPopoverTitle';\n\nexport const TeachingPopoverTitle: ForwardRefComponent<TeachingPopoverTitleProps> = React.forwardRef((props, ref) => {\n  const state = useTeachingPopoverTitle(props, ref);\n  return renderTeachingPopoverTitle(state);\n});\n\nTeachingPopoverTitle.displayName = 'TeachingPopoverTitle';\n"],"names":["TeachingPopoverTitle","React","forwardRef","props","ref","state","useTeachingPopoverTitle","renderTeachingPopoverTitle","displayName"],"mappings":"AAAA;;;;;+BAQaA;;;eAAAA;;;;iEANU;yCAGiB;4CACG;AAEpC,MAAMA,qCAAuEC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IAC3G,MAAMC,QAAQC,IAAAA,gDAAuB,EAACH,OAAOC;IAC7C,OAAOG,IAAAA,sDAA0B,EAACF;AACpC;AAEAL,qBAAqBQ,WAAW,GAAG"}