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