Contextinterface Context {readonly css: (rule: Rule[] | string) => CSSRules;readonly tag: (key: string) => string;readonly theme: ThemeResolver;readonly tw: TWCallable;}§Properties§readonly css: (rule: Rule[] | string) => CSSRules[src]§readonly tag: (key: string) => string[src]Create unique identifier (group, custom properties) §readonly theme: ThemeResolver[src]Access to theme values §readonly tw: TWCallable[src]Allow composition