| 1 | import { Editable } from '@editablejs/editor' |
| 2 | import { Editor, Path, Transforms, Node, Element, Range } from '@editablejs/models' |
| 3 | import { DEFAULT_SIZE, INDENT_KEY } from '../constants' |
| 4 | import { Indent } from '../interfaces/indent' |
nothing calls this directly
no test coverage detected