Skip to content

Commit d29a9c2

Browse files
committed
increased precision of update function -> floats can be added or set to determinate spinners
1 parent 1ad6ebc commit d29a9c2

File tree

4 files changed

+49
-24
lines changed

4 files changed

+49
-24
lines changed

dist/main.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ declare namespace lv {
3636
export abstract class ElementBase {
3737
protected element: HTMLDivElement;
3838
constructor(element: HTMLDivElement);
39+
getElement(): HTMLDivElement;
3940
show(): void;
4041
hide(): void;
4142
remove(): void;

dist/main.js

+24-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)