MCPcopy
hub / github.com/Innei/Shiro / AppThemeConfig

Interface AppThemeConfig

src/config.d.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare global {
4 export interface AppThemeConfig {
5 config: AppConfig
6 footer: FooterConfig
7 }
8
9 export interface AccentColor {
10 light: string[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected