Core API Overview > @adpt/core > SFC
SFC interface
Signature:
export interface SFC<Props extends object = AnyProps>
Properties
| Property | Type | Description |
|---|---|---|
| defaultProps | Partial<Props> | |
| status | (props: Props &BuiltinProps, observe: ObserveForStatus, buildData: BuildData) => Promise<unknown> |