This reverts commit f90c7a9df0
due to breakages in G3.
PR Close #32089
This commit is contained in:
4
tools/public_api_guard/core/core.d.ts
vendored
4
tools/public_api_guard/core/core.d.ts
vendored
@ -297,8 +297,8 @@ export interface Directive {
|
||||
export declare const Directive: DirectiveDecorator;
|
||||
|
||||
export interface DirectiveDecorator {
|
||||
(obj?: Directive): TypeDecorator;
|
||||
new (obj?: Directive): Directive;
|
||||
(obj: Directive): TypeDecorator;
|
||||
new (obj: Directive): Directive;
|
||||
}
|
||||
|
||||
export interface DoBootstrap {
|
||||
|
Reference in New Issue
Block a user