{"version":3,"sources":["../src/components/Drawer/DrawerHeaderTitle/DrawerHeaderTitle.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { DrawerHeaderTitleProps } from './DrawerHeaderTitle.types';\nimport { renderDrawerHeaderTitle } from './renderDrawerHeaderTitle';\nimport { useDrawerHeaderTitle } from './useDrawerHeaderTitle';\n\n/**\n * DrawerHeaderTitle contains the accessible title and optional action for a Drawer.\n */\nexport const DrawerHeaderTitle: ForwardRefComponent<DrawerHeaderTitleProps> = React.forwardRef((props, ref) => {\n  const state = useDrawerHeaderTitle(props, ref);\n\n  return renderDrawerHeaderTitle(state);\n});\n\nDrawerHeaderTitle.displayName = 'DrawerHeaderTitle';\n"],"names":["DrawerHeaderTitle","React","forwardRef","props","ref","state","useDrawerHeaderTitle","renderDrawerHeaderTitle","displayName"],"mappings":"AAAA;;;;;+BAWaA;;;eAAAA;;;;iEATU;yCAGiB;sCACH;AAK9B,MAAMA,kCAAiEC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACrG,MAAMC,QAAQC,IAAAA,0CAAoB,EAACH,OAAOC;IAE1C,OAAOG,IAAAA,gDAAuB,EAACF;AACjC;AAEAL,kBAAkBQ,WAAW,GAAG"}