{"version":3,"file":"useTheme.mjs","names":["useTheme","useMuiTheme","UdpTheme"],"sources":["../../../src/utilities/theme/useTheme.ts"],"sourcesContent":["// might need makeStyles in here too but I would like to avoid that if possible\nimport { useTheme as useMuiTheme } from '@material-ui/core';\nimport type { UdpTheme } from './theme.types';\n\n/**\n * Typed theme hook that includes Unity-specific extensions (e.g. isInitialized).\n */\nexport const useTheme = (): UdpTheme => useMuiTheme<UdpTheme>();\n"],"mappings":";;;;;AAOA,MAAaA,mBAAW;AAAA,QAAgBC,UAAuB"}