UNPKG

react-native-flip-book

Version:
3 lines 203 B
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