UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

7 lines (6 loc) 220 B
import { getThemeType } from "./getThemeType.js"; import { useThemeValue } from "./useThemeValue.js"; export function useThemeType() { return getThemeType(useThemeValue()); } //# sourceMappingURL=useThemeType.js.map