@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.
17 lines (16 loc) • 469 B
TypeScript
import { default as React } from 'react';
export interface PageGalleryProps {
"data-height": number;
"data-style": string;
"data-columns": string;
"data-parent": number;
editing: boolean;
component: string;
unique: string;
intl: any;
parent?: string;
}
declare const _default: React.FC<import('react-intl').WithIntlProps<PageGalleryProps>> & {
WrappedComponent: React.ComponentType<PageGalleryProps>;
};
export default _default;