MCPcopy
hub / github.com/botpress/botpress / Props

Interface Props

packages/ui-lite/src/InjectedModuleView/InjectedComponent.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React, { Component } from 'react'
2
3interface Props {
4 component: Function
5}
6
7interface State {
8 error?: Error

Callers

nothing calls this directly

Implementers 1

HTTPServerpackages/bp/src/core/app/server.ts

Calls

no outgoing calls

Tested by

no test coverage detected