@shridey/intelligentable
Version:
Intelligentable is a highly customizable, fully-types, performant, and feature-rich React component library built on top of handpicked industry-level production-grade UI Components for modern web applications.
3 lines (2 loc) • 324 B
TypeScript
import type { IntelligentTableProps } from "../../types/IntelligentTable/IntelligentTableProps";
export declare const IntelligentTable: ({ columns, dataSource, dataTransform, tableThemeConfig, defaultSummary, enableLegends, search, tableExport, ...props }: IntelligentTableProps) => import("react/jsx-runtime").JSX.Element;