1
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
type Updater<ValueType> = (prev?: ValueType) => ValueType;
|
||||
export default function useFrameState<ValueType>(defaultValue: ValueType): [ValueType, (updater: Updater<ValueType>) => void];
|
||||
export {};
|
||||
Reference in New Issue
Block a user