We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95b61d commit 5170ffeCopy full SHA for 5170ffe
tools/public_api_guard/platform-browser/platform-browser.d.ts
@@ -70,7 +70,7 @@ export declare class HammerGestureConfig {
70
}
71
72
/** @experimental */
73
-export declare function makeStateKey<T =
+export declare function makeStateKey<T = void>(key: string): StateKey<T>;
74
75
76
export declare class Meta {
0 commit comments