@smart-webcomponents-angular/chip
Version:
[](https://jqwidgets.com/license/)
14 lines (11 loc) • 307 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.chip.js";
export class smartChip extends Smart.Component {
get name() {
return 'smartChip';
}
}