UNPKG

@antv/t8

Version:

T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative JSON Schema syntax that can be used to describe the content of data interpretation reports.

13 lines (9 loc) 383 B
'use strict'; var tslib = require('tslib'); var base = require('./base.js'); var theme = require('./theme.js'); var defaultSeedToken = tslib.__assign(tslib.__assign({}, base.baseSeedToken), theme.presetTheme.light); exports.baseSeedToken = base.baseSeedToken; exports.presetTheme = theme.presetTheme; exports.defaultSeedToken = defaultSeedToken; //# sourceMappingURL=index.js.map