UNPKG

niceform-hook

Version:
3 lines 157 B
/// <reference types="react" /> export default function useDataRef<T>(data: T): import("react").MutableRefObject<T>; //# sourceMappingURL=useDataRef.d.ts.map