Initial project import
This commit is contained in:
4
node_modules/@react-three/drei/helpers/useEffectfulState.d.ts
generated
vendored
Normal file
4
node_modules/@react-three/drei/helpers/useEffectfulState.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
type RefType<T> = React.RefObject<T> | ((state: T) => void);
|
||||
export declare function useEffectfulState<T>(fn: () => T, deps?: React.DependencyList, cb?: RefType<T>): T | undefined;
|
||||
export {};
|
||||
Reference in New Issue
Block a user