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.

7 lines (6 loc) 143 B
import { useFela } from "react-fela"; export function useTheme() { var _useFela = useFela(), theme = _useFela.theme; return theme; }