@milkdown/preset-commonmark
Version:
The commonmark preset of [milkdown](https://milkdown.dev/).
5 lines • 407 B
TypeScript
export declare const hardbreakAttr: import("@milkdown/utils").$NodeAttr;
export declare const hardbreakSchema: import("@milkdown/utils").$NodeSchema<"hardbreak">;
export declare const insertHardbreakCommand: import("@milkdown/utils").$Command<unknown>;
export declare const hardbreakKeymap: import("@milkdown/utils").$UserKeymap<"hardbreakKeymap", "InsertHardbreak">;
//# sourceMappingURL=hardbreak.d.ts.map