@remirror/extension-list
Version:
13 lines (12 loc) • 310 B
TypeScript
import { CommandFunction } from '@remirror/pm';
import { Transaction } from '@remirror/pm/state';
/**
* A helper function to dedent selected list items.
*
* @beta
*/
export declare function dedentList(tr: Transaction): boolean;
/**
* @internal
*/
export declare const dedentListCommand: CommandFunction;