# FunctionTypeProps

Options for [FunctionType](../../variables/functiontype/) component.

## Members

Extends [CallSignatureProps](../../components/callsignature/)

|          |                                                   |                                |
| -------- | ------------------------------------------------- | ------------------------------ |
| async    | optional boolean                                  | If the method is async         |
| children | optional[Children](../../../core/types/children/) | Jsx content                    |
| doc      | optional[Children](../../../core/types/children/) | Documentation for this method. |
