astro-ghostcms/.pnpm-store/v3/files/1a/a9aaee63af855a0e9703846ca69...

9 lines
213 B
Plaintext

function createWindowElement(content) {
const windowElement = document.createElement("astro-dev-toolbar-window");
windowElement.innerHTML = content;
return windowElement;
}
export {
createWindowElement
};