Type alias Theme

Theme: Partial<BaseTheme> & { extend?: Partial<BaseTheme> & Record<string, ThemeType> } & Record<string, ThemeType>