UNPKG

@xyo-network/react-shared

Version:

Common React library for all XYO projects that use React

3 lines 226 B
import type { Dispatch, SetStateAction } from 'react'; export declare const useDataState: <T>(defaultValue: T | undefined) => [T | undefined, Dispatch<SetStateAction<T | undefined>>]; //# sourceMappingURL=useDataState.d.ts.map