UNPKG

vcc-ui

Version:

A React library for building user interfaces at Volvo Cars

6 lines (4 loc) 122 B
import { CurrentTheme } from '../types/shared'; /** @deprecated */ export const useTheme: () => CurrentTheme; export {};