@ackplus/react-tanstack-data-table
Version:
A powerful React data table component built with MUI and TanStack Table
25 lines (18 loc) • 561 B
text/typescript
/**
* Consolidated Types Index
* All DataTable types in one organized location
*/
// Column-related types
export * from './column.types';
// Table state and configuration types
export * from './table.types';
// Export functionality types
export * from './export.types';
// API types (already exists)
export * from './data-table-api';
// Slots and slotProps types
export * from './slots.types';
// DataTable types
export * from './data-table.types';
// Re-export commonly used types for convenience
export type { DataTableApi } from './data-table-api';