UNPKG

@atlaskit/adf-schema

Version:

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

10 lines 204 B
import { adfNode } from '@atlaskit/adf-schema-generator'; export var rule = adfNode('rule').define({ attrs: { localId: { type: 'string', default: null, optional: true } } });