UNPKG

vcc-ui

Version:

A React library for building user interfaces at Volvo Cars

12 lines (11 loc) 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useConfig = useConfig; var _react = require("react"); var _configContext = require("./config-context"); /** @deprecated */ function useConfig() { return (0, _react.useContext)(_configContext.ConfigContext); }