UNPKG

@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.

16 lines (12 loc) 404 B
'use strict'; var styledFactory = require('./utils/styledFactory.js'); var commonStyle = require('./utils/commonStyle.js'); var getContainerStyle = function (theme) { return commonStyle.getCommonStyle(theme); }; var Container = styledFactory.createStyledComponent({ element: 'div', factoryStyles: getContainerStyle, }); exports.Container = Container; //# sourceMappingURL=container.js.map