@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.
15 lines (11 loc) • 550 B
JavaScript
;
var tslib = require('tslib');
require('./seed/index.js');
var base = require('./seed/base.js');
var theme = require('./seed/theme.js');
var getThemeSeedToken = function (theme$1, seedToken) {
var themeToken = theme.presetTheme[theme$1 !== null && theme$1 !== void 0 ? theme$1 : 'light'];
return tslib.__assign(tslib.__assign(tslib.__assign({}, base.baseSeedToken), themeToken), (seedToken !== null && seedToken !== void 0 ? seedToken : {}));
};
exports.getThemeSeedToken = getThemeSeedToken;
//# sourceMappingURL=util.js.map