Skip to content

Commit 7dd0672

Browse files
authored
chore: remove unused type VNodeDirectiveData (#1893)
1 parent c86e7ad commit 7dd0672

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/runtime-core/src/directives.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ export type Directive<T = any, V = any> =
5858

5959
export type DirectiveModifiers = Record<string, boolean>
6060

61-
export type VNodeDirectiveData = [
62-
unknown,
63-
string | undefined,
64-
DirectiveModifiers
65-
]
66-
6761
const isBuiltInDirective = /*#__PURE__*/ makeMap(
6862
'bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text'
6963
)

0 commit comments

Comments
 (0)