Skip to content

Commit 986b048

Browse files
committed
regenerate
1 parent 0f25dcb commit 986b048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,10 +1672,10 @@ declare module 'svelte/compiler' {
16721672

16731673
type DelegatedEvent =
16741674
| {
1675-
hoistable: true;
1675+
hoisted: true;
16761676
function: ArrowFunctionExpression | FunctionExpression | FunctionDeclaration;
16771677
}
1678-
| { hoistable: false };
1678+
| { hoisted: false };
16791679

16801680
/** A `style:` directive */
16811681
interface StyleDirective extends BaseNode {

0 commit comments

Comments
 (0)