UNPKG

1.31 kBJavaScriptView Raw
1var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5 return c > 3 && r && Object.defineProperty(target, key, r), r;
6};
7import { GemRouteElement, GemLightRouteElement } from '@mantou/gem/elements/base/route';
8import { customElement } from '@mantou/gem/lib/decorators';
9export * from '@mantou/gem/elements/base/route';
10/**
11 * @customElement dy-route
12 */
13let DuoyunRouteElement = class DuoyunRouteElement extends GemRouteElement {
14};
15DuoyunRouteElement = __decorate([
16 customElement('dy-route')
17], DuoyunRouteElement);
18export { DuoyunRouteElement };
19/**
20 * @customElement dy-light-route
21 */
22let DuoyunLightRouteElement = class DuoyunLightRouteElement extends GemLightRouteElement {
23};
24DuoyunLightRouteElement = __decorate([
25 customElement('dy-light-route')
26], DuoyunLightRouteElement);
27export { DuoyunLightRouteElement };
28//# sourceMappingURL=route.js.map
\No newline at end of file