| 1 | import { Editor } from '@editablejs/models' |
| 2 | import create, { StoreApi, UseBoundStore, useStore } from 'zustand' |
| 3 | import { Editable } from '../plugin/editable' |
| 4 | import { useEditableStatic } from './use-editable' |
nothing calls this directly
no test coverage detected