@smart-webcomponents-angular/phoneinput
Version:
[](https://jqwidgets.com/license/)
16 lines (12 loc) • 345 B
JavaScript
/* Smart UI v22.0.2 (2025-01-31)
Copyright (c) 2011-2025 jQWidgets.
License: https://htmlelements.com/license/ */ //
import "../smart.element.js";
import "../smart.button.js";
import "../smart.scrollbar.js";
import "../smart.input.js";
export class smartInput extends Smart.Component {
get name() {
return 'smartInput';
}
}