UNPKG

react-native-filament

Version:

A real-time physically based 3D rendering engine for React Native

5 lines 170 B
/** * A hook that returns the previous value of a variable */ export default function usePrevious<T>(value: T): T | undefined; //# sourceMappingURL=usePrevious.d.ts.map