File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ declare var process: NodeJS.Process & { browser: boolean }
41
41
declare function __sveltets_ensureAnimation < U extends any [ ] > ( animation : SvelteAnimation < U > , ...args : U ) : any ;
42
42
declare function __sveltets_ensureAction < U extends any [ ] > ( action : SvelteAction < U > , ...args : U ) : any ;
43
43
declare function __sveltets_ensureTransition < U extends any [ ] > ( transition : SvelteTransition < U > , ...args : U ) : any ;
44
- declare function __sveltets_ensureFunction ( expression : ( e : Event ) => unknown ) : any ;
44
+ declare function __sveltets_ensureFunction ( expression : ( e : Event & { detail ?: any } ) => unknown ) : any ;
45
45
declare function __sveltets_ensureType < T > ( type : AConstructorTypeOf < T > , el : T ) : any ;
46
46
declare function __sveltets_instanceOf < T > ( type : AConstructorTypeOf < T > ) : T ;
47
47
declare function __sveltets_allPropsType ( ) : SvelteAllProps
You can’t perform that action at this time.
0 commit comments