UNPKG

vcc-ui

Version:

A React library for building user interfaces at Volvo Cars

6 lines (4 loc) 127 B
import { CurrentTheme } from '../types/shared'; declare const lightTheme: CurrentTheme; export default lightTheme; export {};