RulesConfig: { [key: string]: string }

Defines the rule name to CSS selector configuration when using StyleManager.create. Keys are the rule name that can retrieve a StyleManager.RuleManager via StyleManager.get. Values are the CSS selector to associate with this manager.

Type declaration

  • [key: string]: string