oi-metrology/Server/wwwroot/package/dist/cjs/ifx-dropdown-separator.cjs.entry.js
Mike Phares 127634f5ab Delete self contained Thunder Tests
Back to .net8.0
api/v4/InfinityQS
ApiExplorerSettings
Wafer Counter
Color Sorting
2024-03-13 13:15:56 -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