UNPKG

@knine-sdk/react

Version:

React helpers for Knine Finance projects. Part of Knine JS SDK

3 lines (2 loc) 160 B
import { Dispatch, SetStateAction } from 'react'; export declare const useMountedState: <S>(initialState: S | (() => S)) => [S, Dispatch<SetStateAction<S>>];