ThemeSectionResolverContext
interface ThemeSectionResolverContext <Theme extends BaseTheme = BaseTheme> {
readonly breakpoints: (screens: Record<string, MaybeArray<ScreenValue>>) => Record<string, string>;
readonly colors: Theme["colors"];
readonly negative: (scale: Record<string, string>) => Record<string, string>;
readonly theme: ThemeFunction<Theme>;
}§Properties
§
readonly breakpoints: (screens: Record<string, MaybeArray<ScreenValue>>) => Record<string, string>
[src]§
readonly negative: (scale: Record<string, string>) => Record<string, string>
[src]No-op function as negated values are automatically infered and do not need to be in the theme.
§
readonly theme: ThemeFunction<Theme>
[src]