Skip to content

Commit 5170ffe

Browse files
alan-agius4alexeagle
authored andcommitted
build: update api golden files (angular#22402)
`ts-api-guardion` has been updated to accept new TypeScript syntax PR Close angular#22402
1 parent e95b61d commit 5170ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/public_api_guard/platform-browser/platform-browser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export declare class HammerGestureConfig {
7070
}
7171

7272
/** @experimental */
73-
export declare function makeStateKey<T =
73+
export declare function makeStateKey<T = void>(key: string): StateKey<T>;
7474

7575
/** @experimental */
7676
export declare class Meta {

0 commit comments

Comments
 (0)