mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Add a TypeScript sample with .tsx extension
This commit is contained in:
		
							
								
								
									
										9
									
								
								samples/TypeScript/app.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								samples/TypeScript/app.tsx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | |||||||
|  | import * as React from 'react'; | ||||||
|  |  | ||||||
|  | export class App extends React.Component<any, any> { | ||||||
|  |  | ||||||
|  |     render() { | ||||||
|  |         return <button />; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user