ThemeSectionResolverContext
interface ThemeSectionResolverContext {
readonly breakpoints: (records: Record<string, ThemeScreen | undefined>) => Record<string, string | undefined>;
readonly negative: (records: Record<string, string | undefined>) => Record<string, string | undefined>;
}§Properties
§
readonly breakpoints: (records: Record<string, ThemeScreen | undefined>) => Record<string, string | undefined>
[src]