We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad71ea commit 73d8d9dCopy full SHA for 73d8d9d
src/index.ts
@@ -18,7 +18,7 @@ import {
18
} from "./utils";
19
20
export type { ShadowElement } from "./types";
21
-export { active } from "./utils";
+export { active, connectedCallback, disconnectedCallback } from "./utils";
22
23
export function mount(parent: HTMLElement, JSXElement: ShadowElement) {
24
const shadowResult: ShadowCache = new ShadowCache(false);
0 commit comments