HelpDescription
Help description text, either literal or resolved against the effective description theme at render time.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/help/theme.ts - Source link:
src/core/help/theme.ts:58
Signatures
ts
type HelpDescription = string | { (theme: HelpTheme): string; };