@fluid-topics/ft-resizer 1.2.28 → 1.2.30
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.
- package/build/ft-resizer.d.ts +1 -1
- package/build/ft-resizer.min.js +19 -49
- package/package.json +4 -4
package/build/ft-resizer.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ export declare class FtResizer extends FtLitElement implements FtResizerProperti
|
|
|
21
21
|
private fixedHeight;
|
|
22
22
|
private startX;
|
|
23
23
|
private startY;
|
|
24
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
24
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
25
25
|
private initDragFromMouse;
|
|
26
26
|
private initDragFromTouch;
|
|
27
27
|
private initKeydownPress;
|