mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
chore(Slider): improve update:modelValue event signature
This commit is contained in:
@@ -34,9 +34,9 @@ export interface InputProps extends UseComponentIconsProps {
|
||||
}
|
||||
|
||||
export interface InputEmits {
|
||||
(e: 'update:modelValue', payload: string | number): void
|
||||
(e: 'blur', event: FocusEvent): void
|
||||
(e: 'change', event: Event): void
|
||||
(e: 'update:modelValue', payload: string | number): void
|
||||
}
|
||||
|
||||
export interface InputSlots {
|
||||
|
||||
Reference in New Issue
Block a user