UNPKG

@atlaskit/adf-schema

Version:

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

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