Skip to content

HelpDescription ​

Help description text, either literal or resolved against the effective description theme at render time.

Signatures ​

ts
type HelpDescription = string | { (theme: HelpTheme): string; };

See Also ​

Released under the MIT License.