test-isc
Version:
An Ionic component similar to Ionic Select, that allows to search items, including async search, group, add, edit, delete items, and much more.
15 lines (14 loc) • 530 B
JavaScript
import { r as registerInstance, h, H as Host } from './index-b6f64b02.js';
import { g as getIonMode } from './ionic-global-5d790111.js';
var rowCss = ":host{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}";
var Row = /** @class */ (function () {
function Row(hostRef) {
registerInstance(this, hostRef);
}
Row.prototype.render = function () {
return (h(Host, { class: getIonMode(this) }, h("slot", null)));
};
return Row;
}());
Row.style = rowCss;
export { Row as ion_row };