tuil
ReferencePackages@mwillbanks/tuil-themeAPI

compileUtilities

function exported by @mwillbanks/tuil-theme.

View rawEdit

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

MemberTypeRequiredDescriptionRelated types
classNamestringYesSupplies the className value as string.
themeThemeYesSupplies the theme value as Theme.Theme
stateReadonly<Record<string, boolean>>NoSupplies 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-theme

On this page