AI Notice: Most documentation right now was auto-generated by an LLM. Handwritten documentation will be implemented over time on the road to 1.0
ThemeProvider
Theme provider for the plugin system.
Extends phoundry-ui’s ThemeDefinition with a type discriminator
so the PluginProvider union routing continues to work.
extends _ThemeDefinition
Signature
interface ThemeProvider extends _ThemeDefinition {
type: "theme";
}Members
| Name | Type | Required | Description |
|---|---|---|---|
type | "theme" | yes | — |