UNPKG

@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.

11 lines (10 loc) 418 B
import { default as React } from 'react'; import { WrappedComponentProps } from 'react-intl'; interface PostsPaginationProps extends WrappedComponentProps { "data-group": string; "data-number-of-items-per-page": number; } declare const _default: React.FC<import('react-intl').WithIntlProps<PostsPaginationProps>> & { WrappedComponent: React.ComponentType<PostsPaginationProps>; }; export default _default;