]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove unused type `VNodeDirectiveData` (#1893)
authoredison <daiwei521@126.com>
Wed, 19 Aug 2020 13:51:44 +0000 (21:51 +0800)
committerGitHub <noreply@github.com>
Wed, 19 Aug 2020 13:51:44 +0000 (09:51 -0400)
packages/runtime-core/src/directives.ts

index 478ca6bb46b6b4c2345a0f994f1d7450b8bb7241..2799600951ac549b381517da2dec423160402197 100644 (file)
@@ -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'
 )