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) 270 B
import type { IntelligentTableLegendsProps } from "../../../types/IntelligentTable/IntelligentTableLegendsProps"; export declare const IntelligentTableLegends: ({ columns, legendStyle, }: IntelligentTableLegendsProps) => false | import("react/jsx-runtime").JSX.Element;