Skip to content

Commit eae0635

Browse files
committed
Fix Router Augmentation TSD test
1 parent 9bb0022 commit eae0635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-d/Router/Router-augmentations.test-d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import { Lightning, Router } from "../../index.js";
2626
declare module '../../index.js' {
2727
namespace Router {
2828
interface CustomWidgets {
29-
MyClockWidget: Lightning.components.BloomComponent
30-
MyMenuWidget: Lightning.components.ListComponent
29+
MyClockWidget: typeof Lightning.components.BloomComponent
30+
MyMenuWidget: typeof Lightning.components.ListComponent
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)