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 (5 loc) 117 B
import { useFela } from 'react-fela'; export function useTheme() { const { theme } = useFela(); return theme; }