@fluid-topics/ft-resizer 2.0.15 → 2.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@ export class ResizeEvent extends CustomEvent {
14
14
  super("resize", { detail: { width, height } });
15
15
  }
16
16
  }
17
- class FtResizer extends FtLitElement {
17
+ export class FtResizer extends FtLitElement {
18
18
  constructor() {
19
19
  super(...arguments);
20
20
  this.initialWidth = 0;
@@ -157,4 +157,3 @@ __decorate([
157
157
  __decorate([
158
158
  eventOptions({ passive: true })
159
159
  ], FtResizer.prototype, "initDragFromTouch", null);
160
- export { FtResizer };