import { Dispatch, SetStateAction } from 'react';
export type ISetState<K> = Dispatch<SetStateAction<K>>;