@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.
14 lines (11 loc) • 367 B
JavaScript
import { createStyledComponent } from './utils/styledFactory.js';
import { getCommonStyle } from './utils/commonStyle.js';
var getContainerStyle = function (theme) {
return getCommonStyle(theme);
};
var Container = createStyledComponent({
element: 'div',
factoryStyles: getContainerStyle,
});
export { Container };
//# sourceMappingURL=container.js.map