vcc-ui
Version:
A React library for building user interfaces at Volvo Cars
11 lines (10 loc) • 339 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultConfig = exports.ConfigContext = void 0;
var _react = require("react");
const defaultConfig = exports.defaultConfig = {
linkComponent: 'a'
};
const ConfigContext = exports.ConfigContext = /*#__PURE__*/(0, _react.createContext)(defaultConfig);
;