UNPKG

170 BTypeScriptView Raw
1import { Schema } from 'prosemirror-model';
2export declare const getSchemaBasedOnStage: (stage?: string) => Schema<any, any>;
3export declare const defaultSchema: Schema;