Type Alias ThemeConfig

ThemeConfig: PartialWithUndefined<{
    themeColor: string;
    themeStyle: ThemeStyle;
}>

Theme configuration options for the element-book app.