@milkdown/preset-commonmark
Version:
The commonmark preset of [milkdown](https://milkdown.dev/).
6 lines • 503 B
TypeScript
export declare const bulletListAttr: import("@milkdown/utils").$NodeAttr;
export declare const bulletListSchema: import("@milkdown/utils").$NodeSchema<"bullet_list">;
export declare const wrapInBulletListInputRule: import("@milkdown/utils").$InputRule;
export declare const wrapInBulletListCommand: import("@milkdown/utils").$Command<unknown>;
export declare const bulletListKeymap: import("@milkdown/utils").$UserKeymap<"bulletListKeymap", "WrapInBulletList">;
//# sourceMappingURL=bullet-list.d.ts.map