import { TextSelection } from "./TextSelection"; export interface MarkdownState { selection: TextSelection; text: string; }