UNPKG

vcc-ui

Version:

A React library for building user interfaces at Volvo Cars

5 lines 165 B
import { createContext } from 'react'; export const defaultConfig = { linkComponent: 'a' }; export const ConfigContext = /*#__PURE__*/createContext(defaultConfig);