interface ThemeConfig {
    assets: {
        logo: {
            horizontal: string;
            vertical: string;
        };
    };
    theme: Theme;
}

Properties

Properties

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

Type declaration

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

Generated using TypeDoc