@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 (12 loc) • 322 B
JavaScript
import { createStyledComponent } from './utils/styledFactory.js';
var Bold = createStyledComponent({
element: 'strong',
});
var Italic = createStyledComponent({
element: 'em',
});
var Underline = createStyledComponent({
element: 'u',
});
export { Bold, Italic, Underline };
//# sourceMappingURL=marks.js.map