themeToString
Return theme value to an indented string.
Presentation
function themeToString (value: unknown): string;
Returns
string
-The theme as string.
Parameters
Name | Type | Description |
---|---|---|
value | unknown | The theme to be stringify. |
Return theme value to an indented string.
function themeToString (value: unknown): string;
string
-The theme as string.
Name | Type | Description |
---|---|---|
value | unknown | The theme to be stringify. |