| 1 | import { Editor } from '@editablejs/models' |
| 2 | import { HeadingTags, PARAGRAPH_KEY } from '../constants' |
| 3 | import { HeadingType, Heading } from '../interfaces/heading' |
| 4 | import { getOptions } from '../options' |
nothing calls this directly
no test coverage detected