mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 07:21:46 +01:00
chore(components): add missing emits for docs
This commit is contained in:
@@ -32,6 +32,7 @@ export interface InputProps extends UseComponentIconsProps {
|
||||
export interface InputEmits {
|
||||
(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