Resolve a reference to another declaration's evaluated value
(name: string)
| 22 | getState(name: string): unknown; |
| 23 | /** Resolve a reference to another declaration's evaluated value */ |
| 24 | resolveRef(name: string): unknown; |
| 25 | /** Extra scope for $value injection during reactive prop evaluation */ |
| 26 | extraScope?: Record<string, unknown>; |
| 27 | } |
no outgoing calls
no test coverage detected