Skip to main content
function FundModalTrigger(props: FundModalTriggerProps): Element;
A trigger button that opens the fund modal.

Parameters

ParameterTypeDescription
propsFundModalTriggerPropsThe props for the FundModalTrigger component.

Returns

Element The FundModalTrigger component.

See

FundModal for the fund modal component.