UNPKG

react-mde

Version:
6 lines (5 loc) 120 B
import { Selection } from "./Selection"; export interface MarkdownState { selection: Selection; text: string; }