@aire-ux/aire-switch
Version:
18 lines (15 loc) • 331 B
text/typescript
import {
Switch
} from "@aire-ux/aire-switch/aire-switch";
export default function setup() {
window.customElements.define(
'aire-switch',
Switch
);
Object.defineProperty(window.location, 'href', {
writable: true,
value: 'https://localhost'
});
// (window as any).chai.use(chaiDomDiff);
}
setup();