Now `@experimental` tags are banned; and `@publicApi` tags are required on exports. PR Close #26595
		
			
				
	
	
		
			6 lines
		
	
	
		
			98 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			98 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import * as foo from './somewhere';
 | |
| 
 | |
| /** @publicApi */
 | |
| export declare class A extends foo.Bar {
 | |
| }
 |