handsontable
Version:
Handsontable is a JavaScript Data Grid available for React, Angular and Vue.
14 lines (13 loc) • 564 B
JavaScript
;
exports.__esModule = true;
var _horizon = _interopRequireDefault(require("../static/variables/icons/horizon"));
var _horizon2 = _interopRequireDefault(require("../static/variables/colors/horizon"));
var _horizon3 = _interopRequireDefault(require("../static/variables/tokens/horizon"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const horizonTheme = exports.horizonTheme = {
name: 'horizon',
density: 'comfortable',
icons: _horizon.default,
colors: _horizon2.default,
tokens: _horizon3.default
};