@smart-webcomponents-angular/colorpanel
Version:
[](https://jqwidgets.com/license/)
21 lines (18 loc) • 551 B
JavaScript
/* Smart UI v19.0.8 (2024-05-01)
Copyright (c) 2011-2024 jQWidgets.
License: https://htmlelements.com/license/ */ //
import "../smart.element.js";
import "../smart.button.js";
import "../smart.draw.js";
import "../smart.scrollbar.js";
import "../smart.checkbox.js";
import "../smart.radiobutton.js";
import "../smart.listbox.js";
import "../smart.dropdownlist.js";
import "../smart.tooltip.js";
import "../smart.colorpanel.js";
export class smartColorPanel extends Smart.Component {
get name() {
return 'smartColorPanel';
}
}