mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
chore(components): improve tsdoc
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user