UNPKG

@atlaskit/adf-schema

Version:

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

10 lines (9 loc) 431 B
import { Schema } from 'prosemirror-model'; /** * @deprecated [ED-15676] We have stopped supporting product specific schemas. Use `@atlaskit/adf-schema/schema-default` instead. **/ export declare const confluenceSchema: Schema; /** * @deprecated [ED-15676] We have stopped supporting product specific schemas. Use `@atlaskit/adf-schema/schema-default` instead. **/ export declare const confluenceSchemaWithMediaSingle: Schema;