UNPKG

@curvenote/schema

Version:

Schema and markdown parser for @curvenote/editor

4 lines (3 loc) 201 B
import type { SharedSerializerState } from './types'; export declare function getIndent(state: SharedSerializerState): string; export declare function indent(state: SharedSerializerState): () => void;