UNPKG

ziko-wrapper

Version:

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

3 lines 127 B
import type { AstroIntegration } from "astro"; declare const astroZikojs: () => AstroIntegration; export default astroZikojs;