UNPKG

@uiw/react-md-editor

Version:

A markdown editor with preview, implemented with React.js and TypeScript.

7 lines (6 loc) 413 B
import { type ICommand, type ExecuteState, TextAreaTextApi } from './'; import { AlterLineFunction } from '../utils/markdownUtils'; export declare const makeList: (state: ExecuteState, api: TextAreaTextApi, insertBefore: string | AlterLineFunction) => void; export declare const unorderedListCommand: ICommand; export declare const orderedListCommand: ICommand; export declare const checkedListCommand: ICommand;