Metadata for "advjs" field in themes' package.json

interface AdvThemeMeta {
    colorSchema?: "dark" | "light" | "both";
    type?: "2d" | "3d";
}

Properties

Properties

colorSchema?: "dark" | "light" | "both"
type?: "2d" | "3d"

Generated using TypeDoc