oi-metrology/Static/package/dist/cjs/ifx-dropdown-separator.cjs.entry.js
2024-06-14 16:51:30 -07:00

21 lines
582 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-ca0e0765.js');
const dropdownSeparatorCss = ".dropdown-separator{height:1px;background-color:#EEEDED;margin:8px 16px}";
const DropdownSeparator = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("div", { class: 'dropdown-separator' }));
}
};
DropdownSeparator.style = dropdownSeparatorCss;
exports.ifx_dropdown_separator = DropdownSeparator;
//# sourceMappingURL=ifx-dropdown-separator.cjs.entry.js.map