UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

4 lines (3 loc) 159 B
import type { ADFNode, ADFCommonNodeSpec } from '@atlaskit/adf-schema-generator'; declare const table: ADFNode<[string], ADFCommonNodeSpec>; export { table };