Skip to content

Commit e9a3847

Browse files
committed
Update untypped-modules.d.ts
1 parent d610e2d commit e9a3847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lumx-react/src/untypped-modules.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Extend CSSStyleDeclaration to support viewTransitionName for view transitions
22
interface CSSStyleDeclaration {
3-
viewTransitionName?: string;
3+
viewTransitionName: string | null;
44
}
55
/**
66
* List untypped modules here to declare them as explicit any.

0 commit comments

Comments
 (0)