mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
chore(components): improve tsdoc
This commit is contained in:
@@ -19,7 +19,13 @@ export interface KbdProps {
|
||||
*/
|
||||
as?: any
|
||||
value?: KbdKey | string
|
||||
/**
|
||||
* @defaultValue 'outline'
|
||||
*/
|
||||
variant?: KbdVariants['variant']
|
||||
/**
|
||||
* @defaultValue 'md'
|
||||
*/
|
||||
size?: KbdVariants['size']
|
||||
class?: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user