Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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]
§
readonly negative: (records: Record<string, string | undefined>) => Record<string, string | undefined>
[src]

No-op function as negated values are automatically infered and do not not to be in the theme.