Skip to content

Commit

Permalink
fix(2.7): ts compilation error (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Cleary <christopher_cleary@clinicalarchitecture.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
  • Loading branch information
3 people committed Jul 12, 2022
1 parent fdc2a1b commit 1abd5a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/v2.7/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Vue from 'vue'
import type { PluginFunction, PluginObject } from 'vue'
import type { PluginFunction, PluginObject, VueConstructor, VNode, VNodeDirective } from 'vue'

declare const isVue2: boolean
declare const isVue3: boolean
declare const Vue2: Vue | undefined
Expand All @@ -18,8 +19,6 @@ export type { VNode } from 'vue'
export * from 'vue'
export { V as Vue, Vue2, isVue2, isVue3, version, install }

import Vue, { VueConstructor, VNode, VNodeDirective } from 'vue'

// #region createApp polyfill
export type DirectiveModifiers = Record<string, boolean>
export interface DirectiveBinding<V> extends Readonly<VNodeDirective> {
Expand Down

0 comments on commit 1abd5a1

Please sign in to comment.