Skip to content

Commit

Permalink
regenerate types
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Apr 29, 2024
1 parent 1a8f99e commit e8eeadc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/svelte/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1202,9 +1202,10 @@ declare module 'svelte/compiler' {
combinator: null | Combinator;
selectors: SimpleSelector[];
metadata: {
/** :global(..) */
is_global: boolean;
is_host: boolean;
is_root: boolean;
/** :root, :host, ::view-transition */
is_global_like: boolean;
scoped: boolean;
};
}
Expand Down

0 comments on commit e8eeadc

Please sign in to comment.