chore: remove unused type VNodeDirectiveData (#1893)
				
					
				
			This commit is contained in:
		
							parent
							
								
									c86e7ad11b
								
							
						
					
					
						commit
						7dd067206c
					
				@ -58,12 +58,6 @@ export type Directive<T = any, V = any> =
 | 
			
		||||
 | 
			
		||||
export type DirectiveModifiers = Record<string, boolean>
 | 
			
		||||
 | 
			
		||||
export type VNodeDirectiveData = [
 | 
			
		||||
  unknown,
 | 
			
		||||
  string | undefined,
 | 
			
		||||
  DirectiveModifiers
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
const isBuiltInDirective = /*#__PURE__*/ makeMap(
 | 
			
		||||
  'bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text'
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user