mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
chore(Slider): improve update:modelValue event signature
This commit is contained in:
@@ -32,9 +32,9 @@ export interface TextareaProps {
|
||||
}
|
||||
|
||||
export interface TextareaEmits {
|
||||
(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 TextareaSlots {
|
||||
|
||||
Reference in New Issue
Block a user