| 1 | import { BaseText, Text } from 'slate' |
| 2 | |
| 3 | interface Composition extends BaseText { |
| 4 | offset: number |
| 5 | isEmpty?: boolean |
| 6 | } |
| 7 | |
| 8 | export interface CompositionText extends Text { |
| 9 | composition: Composition |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…