@smart-webcomponents-angular/phoneinput
Version:
[](https://jqwidgets.com/license/)
19 lines (15 loc) • 513 B
JavaScript
/* Smart UI v22.0.2 (2025-01-31)
Copyright (c) 2011-2025 jQWidgets.
License: https://htmlelements.com/license/ */ //
import "../../common/i18n.phonenumbers.min.js"; //Addition library for repeating dates
import "../smart.element.js";
import "../smart.button.js";
import "../smart.scrollbar.js";
import "../smart.input.js";
import "../smart.countryinput.js";
import "../smart.phoneinput.js";
export class smartPhoneInput extends Smart.Component {
get name() {
return 'smartPhoneInput';
}
}