Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
exported new MixinTravel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Nov 14, 2018
1 parent 5dc801a commit 7891fe4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
export { VueAria, directiveAria } from "./aria";
export { default as VueFocusTrap } from "./focus-trap.vue";
export { default as MixinKeyTravel } from "./key-travel";
export { default as MixinTravel } from "./travel";
export { default as MixinId } from "./id";
export { default as MixinKeyShortcuts } from "./key-shortcuts";
export { default as MixinShortcuts } from "./key-shortcuts";
export { default as VueLive } from "./live.vue";

// deprecated
export { default as MixinKeyTravel } from "./key-travel";
export { default as MixinKeyShortcuts } from "./key-shortcuts";

0 comments on commit 7891fe4

Please sign in to comment.