CommonFunctionProps
Shared base interface for function-like components.
Members
Section titled “Members”Extends BaseDeclarationProps,CallSignatureProps
| async | optionalbooleanIndicates that the function is async. |
Remarks
Section titled “Remarks”This interface is consumed by public components like FunctionDeclaration,
MethodDeclaration, and property method helpers. It combines declaration
metadata with call signature shape.