compileUtilities
function exported by @mwillbanks/tuil-theme.
function
Public function exported by @mwillbanks/tuil-theme.
export function compileUtilities(
className: string,
theme: Theme,
state: Readonly<Record<string, boolean>> = {},
): TerminalStyleProps;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
className | string | Yes | Supplies the className value as string. | — |
theme | Theme | Yes | Supplies the theme value as Theme. | Theme |
state | Readonly<Record<string, boolean>> | No | Supplies the state value as Readonly<Record<string, boolean>>. | — |
Returns
TerminalStyleProps — Returns a value that satisfies TerminalStyleProps.
Related types: TerminalStyleProps
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference