UNPKG

@curvenote/cli

Version:
5 lines 356 B
import type { schemas } from '@curvenote/schema'; import { server } from '@curvenote/schema'; export declare function getEditorState(content: string, schema?: schemas.UseSchema): server.EditorState; export declare function getEditorStateFromHTML(content: string, schema?: schemas.UseSchema): server.EditorState; //# sourceMappingURL=getEditorState.d.ts.map