UNPKG

@figliolia/rn-donut-chart

Version:
6 lines (5 loc) 156 B
import { useRef } from "react"; export const useController = (Controller) => { const controller = useRef(Controller); return controller.current; };