ThemeRegistryEntry
interface exported by @mwillbanks/tuil-theme.
interface
Public interface exported by @mwillbanks/tuil-theme.
export interface ThemeRegistryEntry {
readonly theme: Theme;
readonly description?: string;
readonly tags?: readonly string[];
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
theme | Theme | Yes | The theme member uses the Theme contract. | Theme |
description | string | undefined | No | The description member uses the string | undefined contract. | — |
tags | readonly string[] | undefined | No | The tags member uses the readonly string[] | undefined contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference