Skip to content

Commit

Permalink
exported Css -> CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed Dec 10, 2024
1 parent 3bfe875 commit 3b42438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/compiler/types/template.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ export namespace AST {

export type SvelteNode = Node | TemplateNode | AST.Fragment | Css.Node;

export type { Css };
export type { Css as CSS };
}

declare module 'estree' {
Expand Down

0 comments on commit 3b42438

Please sign in to comment.