()
| 4 | import type { SpringRef as SpringRefType } from '../SpringRef' |
| 5 | |
| 6 | const initSpringRef = () => SpringRef<any>() |
| 7 | |
| 8 | export const useSpringRef = <State extends Lookup = Lookup>() => |
| 9 | useState(initSpringRef)[0] as SpringRefType<State> |
nothing calls this directly
no test coverage detected
searching dependent graphs…