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:
parent
e95b61d42a
commit
5170ffe844
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue