UNPKG
react-native-flip-book
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Page Flipper
github.com/sharan036/react-native-flip-book
sharan036/react-native-flip-book
react-native-flip-book
/
lib
/
typescript
/
hooks
/
useSetState.d.ts
3 lines
•
203 B
TypeScript
View Raw
1
2
3
declare
const
useSetState
: <T
extends
object
>
(
initialState
?: T
) =>
[T,
(
patch
:
Partial
<T> | ((prevState: T) => Partial<T>)
) =>
void
];
export
default
useSetState;
//# sourceMappingURL=useSetState.d.ts.map