UNPKG

@milkdown/preset-commonmark

Version:

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

8 lines 720 B
export declare const listItemAttr: import("@milkdown/utils").$NodeAttr; export declare const listItemSchema: import("@milkdown/utils").$NodeSchema<"list_item">; export declare const sinkListItemCommand: import("@milkdown/utils").$Command<unknown>; export declare const liftListItemCommand: import("@milkdown/utils").$Command<unknown>; export declare const splitListItemCommand: import("@milkdown/utils").$Command<unknown>; export declare const liftFirstListItemCommand: import("@milkdown/utils").$Command<unknown>; export declare const listItemKeymap: import("@milkdown/utils").$UserKeymap<"listItemKeymap", "SinkListItem" | "LiftListItem" | "LiftFirstListItem" | "NextListItem">; //# sourceMappingURL=list-item.d.ts.map