In the previous patch () all the existing styling code was turned off in favor of using the new refactored ivy styling code. This patch is a follow up patch to that and removes all old, unused styling code from the render3 directory. PR Close #31193
		
			
				
	
	
		
			18 lines
		
	
	
		
			612 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			612 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export declare function getComponent<T = {}>(element: Element): T | null;
 | |
| 
 | |
| export declare function getContext<T = {}>(element: Element): T | null;
 | |
| 
 | |
| export declare function getDirectives(target: {}): Array<{}>;
 | |
| 
 | |
| export declare function getHostElement<T>(directive: T): Element;
 | |
| 
 | |
| export declare function getInjector(target: {}): Injector;
 | |
| 
 | |
| export declare function getListeners(element: Element): Listener[];
 | |
| 
 | |
| export declare function getRootComponents(target: {}): any[];
 | |
| 
 | |
| export declare function getViewComponent<T = {}>(element: Element | {}): T | null;
 | |
| 
 | |
| export declare function markDirty<T>(component: T): void;
 |