UNPKG

593 BTypeScriptView Raw
1export type LeafEdge = 'start' | 'end';
2export type MaximizeMode = RangeMode | 'all';
3export type MoveUnit = 'offset' | 'character' | 'word' | 'line';
4export type RangeDirection = TextDirection | 'outward' | 'inward';
5export type RangeMode = 'highest' | 'lowest';
6export type SelectionEdge = 'anchor' | 'focus' | 'start' | 'end';
7export type SelectionMode = 'all' | 'highest' | 'lowest';
8export type TextDirection = 'forward' | 'backward';
9export type TextUnit = 'character' | 'word' | 'line' | 'block';
10export type TextUnitAdjustment = TextUnit | 'offset';
11//# sourceMappingURL=types.d.ts.map
\No newline at end of file