MCPcopy Index your code
hub / github.com/EasyWebApp/WebCell / FunctionCellProps

Interface FunctionCellProps

source/Async.tsx:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7export type ComponentTag = string | WebCellComponent;
8
9export interface FunctionCellProps extends WebCellProps {
10 component: FC | AFC;
11}
12export interface FunctionCell extends WebCell<FunctionCellProps> {}
13
14@component({ tagName: 'function-cell' })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected