@devgateway/dvz-ui-react
Version:
A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.
5 lines (4 loc) • 370 B
TypeScript
import { TypedUseSelectorHook } from 'react-redux';
import { RootState } from './store';
export declare const useAppDispatch: () => import('redux-thunk').ThunkDispatch<import('immutable').Map<string, any>, undefined, import('redux').UnknownAction> & import('redux').Dispatch<import('redux').Action>;
export declare const useAppSelector: TypedUseSelectorHook<RootState>;