Type alias Description

Description: string | string[] | JSX.Element | undefined | false

A description for either a field or a section. If undefined or false, it will not be shown. If its a JSX.Element, it will be rendered as description. If its a string, the string will be rendered. If its an array of strings, they will be rendered as distinctive paragraphs.

Generated using TypeDoc