UNPKG

@uiw/react-md-editor

Version:

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

9 lines (8 loc) 273 B
import { ICommand } from './'; export declare const heading2: ICommand; /** * @deprecated Use `heading2` instead. * This command is now deprecated and will be removed in future versions. * Use `title2` for inserting Heading 2. */ export declare const title2: ICommand;