UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

4 lines 206 B
import { Dispatch, SetStateAction } from 'react'; export type TStateHook<T> = [T, Dispatch<SetStateAction<T>>]; export type TScreenType = 'mobile' | 'tablet' | 'desktop'; //# sourceMappingURL=types.d.ts.map