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) 307 B
import type { IntelligentTableExportButtonProps } from "../../../types/IntelligentTable/IntelligentTableExportButtonProps"; export declare const IntelligentTableExportButton: ({ data, columns, exportFileName, pdfFontOptions, }: IntelligentTableExportButtonProps) => import("react/jsx-runtime").JSX.Element;