mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 22:11:43 +01:00
fix(Kbd): optional value prop when using default slot
This commit is contained in:
@@ -17,7 +17,7 @@ export interface KbdProps {
|
||||
* @defaultValue 'kbd'
|
||||
*/
|
||||
as?: any
|
||||
value: KbdKey | string
|
||||
value?: KbdKey | string
|
||||
variant?: KbdVariants['variant']
|
||||
size?: KbdVariants['size']
|
||||
class?: any
|
||||
|
||||
Reference in New Issue
Block a user