UNPKG

@sitecore/sc-contenthub-blok

Version:

A UI library for [Sitecore Content Hub](https://doc.sitecore.com/ch/).

6 lines 223 B
import { useTheme } from "./Components/CoreComponents"; export const useIsDarkTheme = () => { const loadedTheme = useTheme(); return loadedTheme.palette.mode === "dark"; }; //# sourceMappingURL=useIsDarkTheme.js.map