aboutsummaryrefslogtreecommitdiff
path: root/src/global.d.ts
blob: 0988c712cbc9c49803e242b47317fad9f130ab5b (plain)
1
2
3
4
5
6
declare namespace svelteHTML {
	interface HTMLAttributes<T> {
		'on:in'?: (event: CustomEvent) => void
		'on:out'?: (event: CustomEvent) => void
	}
}