UNPKG

handsontable

Version:

Handsontable is a JavaScript Data Grid available for React, Angular and Vue.

11 lines 369 B
import horizonIcons from "../static/variables/icons/horizon.mjs"; import horizonColors from "../static/variables/colors/horizon.mjs"; import horizonTokens from "../static/variables/tokens/horizon.mjs"; const horizonTheme = { name: 'horizon', density: 'comfortable', icons: horizonIcons, colors: horizonColors, tokens: horizonTokens }; export { horizonTheme };