UNPKG

victory-native

Version:

A charting library for React Native with a focus on performance and customization.

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>;