Skip to main content

ThemeInput

interface

What a mod says about one theme it ships.

interface ThemeInput

Import

import { ThemeInput } from '@modular/sdk';

Members4

descriptionoptional
string
id
string
label
string
module
string

Path to the module holding the colors, which default-exports a `defineModularTheme({...})` value.

Notes

category
Authoring