Skip to content

Commit 3b42438

Browse files
committed
exported Css -> CSS
1 parent 3bfe875 commit 3b42438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/types/template.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ export namespace AST {
551551

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

554-
export type { Css };
554+
export type { Css as CSS };
555555
}
556556

557557
declare module 'estree' {

0 commit comments

Comments
 (0)