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 9/5/2023 at 2:53:53 PM