UNPKG

@atlaskit/adf-schema

Version:

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

7 lines (6 loc) 316 B
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model'; export declare const mediaSingleSpec: ({ withCaption, withExtendedWidthTypes, generateLocalId, }: { generateLocalId?: boolean | undefined; withCaption?: boolean | undefined; withExtendedWidthTypes?: boolean | undefined; }) => NodeSpec;