UNPKG

otter-react-photo-view

Version:

An exquisite React photo preview component

3 lines (2 loc) 204 B
/// <reference types="react" /> export default function useSetState<S extends Record<string, any>>(initialState: S): [S & Partial<S>, import("react").Dispatch<Partial<S> | ((state: S) => Partial<S>)>];