@private
| 58 | |
| 59 | /** @private */ |
| 60 | interface SetRuleOptions extends RuleOptions, UpdateStyleOptions { |
| 61 | /** |
| 62 | * If the rule exists already, merge passed styles instead of replacing them. |
| 63 | */ |
| 64 | addStyles?: boolean; |
| 65 | } |
| 66 | |
| 67 | /** @private */ |
| 68 | export interface GetSetRuleOptions extends UpdateStyleOptions { |
nothing calls this directly
no outgoing calls
no test coverage detected