Core API Overview > @adpt/core > FunctionComponentTyp
FunctionComponentTyp interface
Signature:
export interface FunctionComponentTyp<P> extends ComponentStatic<P>
Properties
| Property | Type | Description |
|---|---|---|
| status | (props: P, observe: ObserveForStatus, buildData: BuildData) => Promise<unknown> |