UNPKG

victory-native

Version:

[![Victory Native](https://oss.nearform.com/api/banner?badge=victory&text=victory+native&bg=9c2f1e)](https://commerce.nearform.com/open-source/victory-native/)

3 lines (2 loc) 158 B
import * as React from "react"; export declare const useFunctionRef: <Fn extends (...args: any[]) => any>(fn?: Fn) => React.MutableRefObject<Fn | undefined>;