UNPKG

@huluvu424242/honey-slideshow

Version:

Text to Speech component wich is reading texts from DOM elements.

25 lines (20 loc) 656 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-99ba775b.js'); const RouteRedirect = class { constructor(hostRef) { index.registerInstance(this, hostRef); this.ionRouteRedirectChanged = index.createEvent(this, "ionRouteRedirectChanged", 7); } propDidChange() { this.ionRouteRedirectChanged.emit(); } connectedCallback() { this.ionRouteRedirectChanged.emit(); } static get watchers() { return { "from": ["propDidChange"], "to": ["propDidChange"] }; } }; exports.ion_route_redirect = RouteRedirect;