getSelectText.d.ts 84 B

1
  1. export declare const getSelectText: (editor: HTMLElement, range?: Range) => string;