UNPKG

@curvenote/schema

Version:

Schema and markdown parser for @curvenote/editor

4 lines (3 loc) 171 B
import type { Node } from 'prosemirror-model'; import { CaptionKind } from '../nodes/types'; export declare function determineCaptionKind(node: Node): CaptionKind | null;