| 1 | import { EditorState, RawDraftContentState } from 'draft-js'; |
| 2 | declare class Query { |
| 3 | data: RawDraftContentState; |
| 4 | constructor(editorState: EditorState); |
| 5 | get parts(): string[]; |
nothing calls this directly
no outgoing calls
no test coverage detected