MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / getModalComponent

Function getModalComponent

frontend/app/modals/modalregistry.tsx:26–28  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

24};
25
26export const getModalComponent = (key: string): React.ComponentType<any> | undefined => {
27 return modalRegistry[key];
28};

Callers 1

ModalsRendererFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected