UNPKG

react-mde

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