DocumentationReturnsPropsinterface
{
readonly returns?: ImmutableArray<DocumentationReturn> | undefined;
}| Property | Type | |
|---|---|---|
.returns | ImmutableArray<DocumentationReturn> | Return entries to render — one row per documented return type. readonly |
Props for DocumentationReturns — the @returns entries to render, one row each.