@milkdown/preset-commonmark
Version:
The commonmark preset of [milkdown](https://milkdown.dev/).
5 lines • 401 B
TypeScript
export declare const paragraphAttr: import("@milkdown/utils").$NodeAttr;
export declare const paragraphSchema: import("@milkdown/utils").$NodeSchema<"paragraph">;
export declare const turnIntoTextCommand: import("@milkdown/utils").$Command<unknown>;
export declare const paragraphKeymap: import("@milkdown/utils").$UserKeymap<"paragraphKeymap", "TurnIntoText">;
//# sourceMappingURL=paragraph.d.ts.map