UNPKG

vcc-ui

Version:

VCC UI is a collection of React UI Components that can be used for developing front-end applications at Volvo Car Corporation.

15 lines (11 loc) 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useTheme = useTheme; var _reactFela = require("react-fela"); function useTheme() { var _useFela = (0, _reactFela.useFela)(), theme = _useFela.theme; return theme; }