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

@@ -38,7 +38,13 @@ export interface TreeProps<T extends TreeItem, M extends boolean = false, K exte
* @defaultValue 'ul'
*/
as?: any
/**
* @defaultValue 'primary'
*/
color?: TreeVariants['color']
/**
* @defaultValue 'md'
*/
size?: TreeVariants['size']
/**
* The key used to get the value from the item.