chore(components): improve tsdoc

This commit is contained in:
Benjamin Canac
2025-03-04 11:58:31 +01:00
parent 629c54261a
commit 25e503bc83
38 changed files with 274 additions and 1 deletions

View File

@@ -82,7 +82,13 @@ export interface TableProps<T extends TableData> extends TableOptions<T> {
sticky?: boolean
/** Whether the table should be in loading state. */
loading?: boolean
/**
* @defaultValue 'primary'
*/
loadingColor?: TableVariants['loadingColor']
/**
* @defaultValue 'carousel'
*/
loadingAnimation?: TableVariants['loadingAnimation']
/**
* @link [API Docs](https://tanstack.com/table/v8/docs/api/features/global-filtering#table-options)