UNPKG

@fruits-chain/react-native-xiaoshu

Version:
4 lines • 239 B
import type { Dispatch, SetStateAction } from 'react'; declare const useDifferentState: <S>(initialState: S | (() => S)) => [S, Dispatch<SetStateAction<S>>]; export default useDifferentState; //# sourceMappingURL=useDifferentState.d.ts.map