Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.ts « src « vue « Widgetize « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1083248a1613fce1134a428aad66479d21993e1d (plain)
1
2
3
4
5
6
7
8
9
10
/*!
 * Matomo - free/libre analytics platform
 *
 * @link https://matomo.org
 * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
 */

export { default as WidgetPreviewIframe } from './WidgetPreview/WidgetPreviewIframe.vue';
export { default as WidgetPreview } from './WidgetPreview/WidgetPreview.vue';
export { default as ExportWidget } from './ExportWidget/ExportWidget.vue';