Interface HonuaMapPackageThemeSpec

Resolved ThemeSpec. v1 uses a flat, name-keyed token map. Richer ramp / typography shapes can be added without breaking the runtime public surface.

interface HonuaMapPackageThemeSpec {
    themeId?: string;
    tokens?: Record<string, string | number>;
}

Properties

Properties

themeId?: string
tokens?: Record<string, string | number>