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.

9 lines (8 loc) 218 B
/** * Configuration for the legend circle in IntelligentTable legends. * * @property {number} [radius] - The radius of the legend circle. */ export type IntelligentTableLegendCircleType = { radius?: number; };