interface ThemeStyle {
    css: string;
    from: "extension" | "custom";
    name: string;
}

Properties

Properties

css: string
from: "extension" | "custom"
name: string

Generated using TypeDoc