UNPKG

@remirror/extension-list

Version:
13 lines (12 loc) 310 B
import { CommandFunction } from '@remirror/pm'; import { Transaction } from '@remirror/pm/state'; /** * A helper function to indent selected list items. * * @beta */ export declare function indentList(tr: Transaction): boolean; /** * @internal */ export declare const indentListCommand: CommandFunction;