'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