@curvenote/cli
Version:
CLI Client library for Curvenote
5 lines • 356 B
TypeScript
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