UNPKG

@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) 290 B
import type { IntelligentTableHeaderProps } from "../../../types/IntelligentTable/IntelligentTableHeaderProps"; export declare const IntelligentTableHeader: ({ columns, data, legends, search, exportButton, }: IntelligentTableHeaderProps) => false | import("react/jsx-runtime").JSX.Element;