File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ export declare namespace __core_private_types__ {
4444 export var devModeEqual : typeof change_detection_util . devModeEqual ;
4545 export var uninitialized : typeof change_detection_util . uninitialized ;
4646 export var ValueUnwrapper : typeof change_detection_util . ValueUnwrapper ;
47- export type RenderDebugInfo : api . RenderDebugInfo ;
47+ export type RenderDebugInfo = api . RenderDebugInfo ;
4848 export var RenderDebugInfo : api . RenderDebugInfo ;
4949 export var TemplateRef_ : template_ref . TemplateRef_ ;
50- export var wtfInit : wtf_init . wtfInit ;
51- export type ReflectionCapabilities : reflection_capabilities . ReflectionCapabilities ;
52- export var makeDecorator : decorators . makeDecorator ;
50+ export var wtfInit : typeof wtf_init . wtfInit ;
51+ export type ReflectionCapabilities = reflection_capabilities . ReflectionCapabilities ;
52+ export var makeDecorator : typeof decorators . makeDecorator ;
5353}
5454
5555export var __core_private__ = {
You can’t perform that action at this time.
0 commit comments