Typescript support and shorthand export for Breadcumb

pull/104/head
cagataycivici 2019-12-03 10:51:47 +03:00
parent 5cfda92053
commit dce5598108
2 changed files with 3 additions and 0 deletions

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

@ -0,0 +1 @@
export * from './components/breadcrumb/Breadcrumb';

2
exports/breadcrumb.js Normal file
View File

@ -0,0 +1,2 @@
'use strict';
module.exports = require('./components/breadcrumb/Breadcrumb.vue');