Interface ThemeConfig

Hierarchy

  • ThemeConfig

Properties

Properties

assets: {
    logo: {
        horizontal: string;
        vertical: string;
    };
}

Type declaration

  • logo: {
        horizontal: string;
        vertical: string;
    }
    • horizontal: string
    • vertical: string
theme: Theme

Generated using TypeDoc, the 1/11/2024 at 3:08:33 PM