MCPcopy Create free account
hub / github.com/emwalker/digraph /

Class

client/src/components/ui/SearchBox/queryFromState.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { convertToRaw, EditorState, RawDraftContentState } from 'draft-js'
2
3class Query {
4 data: RawDraftContentState
5
6 constructor(editorState: EditorState) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected