@smart-webcomponents-angular/tank
Version:
[](https://jqwidgets.com/license/)
20 lines (16 loc) • 484 B
JavaScript
/* Smart UI v25.0.0 (2025-11-26)
Copyright (c) 2011-2025 jQWidgets.
License: https://htmlelements.com/license/ */ //
import "../smart.element.js";
import "../smart.button.js";
import "../smart.scrollbar.js";
import "../smart.math.js";
import "../smart.numeric.js";
import "../smart.date.js";
import "../smart.tickintervalhandler.js";
import "../smart.tank.js";
export class smartTank extends Smart.Component {
get name() {
return 'smartTank';
}
}