UNPKG

@milkdown/preset-commonmark

Version:

The commonmark preset of [milkdown](https://milkdown.dev/).

7 lines 527 B
import type { $NodeSchema } from '@milkdown/utils'; export declare const blockquoteAttr: import("@milkdown/utils").$NodeAttr; export declare const blockquoteSchema: $NodeSchema<'blockquote'>; export declare const wrapInBlockquoteInputRule: import("@milkdown/utils").$InputRule; export declare const wrapInBlockquoteCommand: import("@milkdown/utils").$Command<unknown>; export declare const blockquoteKeymap: import("@milkdown/utils").$UserKeymap<"blockquoteKeymap", "WrapInBlockquote">; //# sourceMappingURL=blockquote.d.ts.map