UNPKG

ziko-wrapper

Version:

integrate zikojs elements within other ui framework like vue react solidjs svelte astro ...

10 lines (9 loc) 260 B
async function renderToStaticMarkup(Component, props, { default: children, ...slotted }, metadata) { const properties = props ?? {}; const html = "" return { html }; } export default { name : "astro-zikojs", renderToStaticMarkup }