UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

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