build: update api golden files (#22402)

`ts-api-guardion` has been updated to accept new TypeScript syntax

PR Close #22402
This commit is contained in:
Alan Agius 2018-02-25 22:55:30 +01:00 committed by Alex Eagle
parent e95b61d42a
commit 5170ffe844
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ export declare class HammerGestureConfig {
}
/** @experimental */
export declare function makeStateKey<T =
export declare function makeStateKey<T = void>(key: string): StateKey<T>;
/** @experimental */
export declare class Meta {