UNPKG

@curvenote/schema

Version:

Schema and markdown parser for @curvenote/editor

8 lines (7 loc) 366 B
import type { InlineFootnote, NoAttrs } from '../spec'; import type { MdFormatSerialize, TexFormatSerialize } from '../serialize/types'; import type { MyNodeSpec } from './types'; declare const footnote: MyNodeSpec<NoAttrs, InlineFootnote>; export declare const toMarkdown: MdFormatSerialize; export declare const toTex: TexFormatSerialize; export default footnote;