| 11 | } & (AtRule | Root | Rule) |
| 12 | |
| 13 | export interface ValueOptions { |
| 14 | /** |
| 15 | * String that’s used to narrow down values and speed up the regexp search. |
| 16 | */ |
| 17 | fast?: string |
| 18 | |
| 19 | /** |
| 20 | * An array of property names. |
| 21 | */ |
| 22 | props?: readonly string[] |
| 23 | } |
| 24 | |
| 25 | export interface ContainerProps extends NodeProps { |
| 26 | nodes?: readonly (ChildProps | Node)[] |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…