Skip to main content
function FundTitle(props: FundTitleProps): Element;
The FundTitle component is a component that displays the title of the Fund component.

Parameters

ParameterTypeDescription
propsFundTitlePropsThe props for the FundTitle component.

Returns

Element The FundTitle component.
I