MCPcopy
hub / github.com/mathuo/dockview / ReactPortalStore

Interface ReactPortalStore

packages/dockview-react/src/react.ts:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8} from 'dockview';
9
10export interface ReactPortalStore {
11 addPortal: (portal: React.ReactPortal) => DockviewIDisposable;
12}
13
14interface IPanelWrapperProps {
15 component: React.FunctionComponent<{ [key: string]: any }>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…