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

Class

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

Source from the content-addressed store, hash-verified

1import { EditorState, RawDraftContentState } from 'draft-js';
2declare class Query {
3 data: RawDraftContentState;
4 constructor(editorState: EditorState);
5 get parts(): string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected