UNPKG

@mrii/react-table-builder

Version:
3 lines (2 loc) 113 B
import type { Dispatch, SetStateAction } from 'react'; export type StateSetter<T> = Dispatch<SetStateAction<T>>;