| 111 | } |
| 112 | |
| 113 | interface BaseRule { |
| 114 | type: string |
| 115 | key: string |
| 116 | isProcessed: boolean |
| 117 | // eslint-disable-next-line no-use-before-define |
| 118 | options: RuleOptions |
| 119 | toString(options?: ToCssOptions): string |
| 120 | } |
| 121 | |
| 122 | interface ContainerRule extends BaseRule { |
| 123 | rules: RuleList |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…