Exports for Tree

pull/41/head
cagataycivici 2019-08-02 19:32:08 +03:00
parent 8045081d91
commit ee484079f7
2 changed files with 4 additions and 0 deletions

1
exports/tree.d.ts vendored Normal file
View File

@ -0,0 +1 @@
export * from './components/tree/Tree';

3
exports/tree.js Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = require('./components/tree/Tree.vue');