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

Properties

Properties

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