@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative T8 markdown syntax that can be used to describe the content of data interpretation reports.
13 lines (10 loc) • 500 B
JavaScript
import { __assign } from 'tslib';
import './seed/index.js';
import { baseSeedToken } from './seed/base.js';
import { presetTheme } from './seed/theme.js';
var getThemeSeedToken = function (theme, seedToken) {
var themeToken = presetTheme[theme !== null && theme !== void 0 ? theme : 'light'];
return __assign(__assign(__assign({}, baseSeedToken), themeToken), (seedToken !== null && seedToken !== void 0 ? seedToken : {}));
};
export { getThemeSeedToken };
//# sourceMappingURL=util.js.map