 c177363a19
			
		
	
	c177363a19
	
	
	
		
			
			🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			327 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			327 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export = getTokenBeforeClosingBracket;
 | |
| /**
 | |
|  * Find the token before the closing bracket.
 | |
|  * @param {ASTNode} node - The JSX element node.
 | |
|  * @returns {Token} The token before the closing bracket.
 | |
|  */
 | |
| declare function getTokenBeforeClosingBracket(node: ASTNode): Token;
 | |
| //# sourceMappingURL=getTokenBeforeClosingBracket.d.ts.map
 |