{
  "mappings": "AAGA,cAAc,qBAAqB;;;;AAMnC,OAAO,cAAM,gBAAe;AAE5B,OAAO,cAAM,uBAAsB",
  "names": [],
  "sources": [
    "src/useTheme.tsx"
  ],
  "version": 3,
  "sourcesContent": [
    "import { useContext } from 'react'\n\nimport { ThemeSettingContext } from './ThemeSettingContext'\nimport type { UseThemeProps } from './UseThemeProps'\n\n/**\n * @deprecated renamed to `useThemeSetting` to avoid confusion with core `useTheme` hook\n */\n\nexport const useTheme = (): UseThemeProps => useContext(ThemeSettingContext)\n\nexport const useThemeSetting = (): UseThemeProps => useContext(ThemeSettingContext)\n"
  ]
}