@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.
13 lines • 403 B
TypeScript
/**
* Export all schema types from the schema directory.
* This includes common types, structure types, paragraph types, phrase types, and source types.
*/
export * from './common';
export * from './paragraph';
export * from './phrase';
export * from './structure';
/**
* Export all utility functions related to schema specifications.
*/
export * from './utils';
//# sourceMappingURL=index.d.ts.map