mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
fix(Stepper): correct item value type
This commit is contained in:
@@ -15,7 +15,7 @@ type StepperVariants = VariantProps<typeof stepper>
|
||||
|
||||
export interface StepperItem {
|
||||
slot?: string
|
||||
value?: string
|
||||
value?: string | number
|
||||
title?: string
|
||||
description?: string
|
||||
icon?: string
|
||||
|
||||
Reference in New Issue
Block a user