medium-proeditor
Version:
A powerful & customizable Medium-style rich text editor
8 lines • 338 B
TypeScript
import type { MediaOptions } from '.';
import type { NodeExtendedSpec, SchemaOptions } from '../../types';
export declare function extendNodeSchema({ name, options, schemaOptions, }: {
name: string;
schemaOptions: SchemaOptions;
options: MediaOptions;
}): Record<string, NodeExtendedSpec>;
//# sourceMappingURL=schema.d.ts.map