| 1 | import create, { StoreApi, UseBoundStore } from 'zustand' |
| 2 | import { Selection, Range, Editor } from '@editablejs/models' |
| 3 | import { getLineRectsByRange } from '../utils/selection' |
| 4 | import { Editable } from './editable' |
nothing calls this directly
no test coverage detected