Skip to content

CommonFunctionProps

Shared base interface for function-like components.

Extends BaseDeclarationProps,CallSignatureProps

asyncoptionalboolean

Indicates that the function is async.

This interface is consumed by public components like FunctionDeclaration, MethodDeclaration, and property method helpers. It combines declaration metadata with call signature shape.