Added exports files for galleria

pull/256/head
mertsincan 2020-03-31 16:26:38 +03:00
parent cf70b083a7
commit e03f3c22d5
2 changed files with 3 additions and 0 deletions

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

@ -0,0 +1 @@
export * from './components/galleria/Galleria';

2
exports/galleria.js Normal file
View File

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