Theemo / @theemo/theme / Theme
Interface: Theme
Defined in: theme.ts:24
Describes a theme with its name and features
Example
Used in package.json
:
jsonc
// package.json
{
"name": "your-package",
"theemo": {
// your theme described here
}
}
Extended by
Properties
features?
ts
optional features: Feature[];
Defined in: theme.ts:28
The supported features by your theme
name
ts
name: string;
Defined in: theme.ts:26
The name of your theme