Comparing version 2.0.0-next.12 to 2.0.0-next.13
@@ -31,6 +31,7 @@ import type { HTMLInputAttributes, HTMLTextareaAttributes } from 'svelte/elements'; | ||
onsubmit?: (e: Event) => void; | ||
input?: HTMLInputElement | HTMLTextAreaElement; | ||
}, { | ||
[evt: string]: CustomEvent<any>; | ||
}, {}, {}, "value">; | ||
}, {}, {}, "input" | "value">; | ||
type Input = InstanceType<typeof Input>; | ||
export default Input; |
{ | ||
"name": "nunui", | ||
"version": "2.0.0-next.12", | ||
"version": "2.0.0-next.13", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "vite dev", |
Sorry, the diff of this file is not supported yet
88390
700