UNPKG

ziko-wrapper

Version:

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

9 lines (6 loc) 215 B
import type { AstroIntegration } from "astro"; export interface ZikoOptions { noExternal?: string[]; } declare const astroZikojs: (options?: ZikoOptions) => AstroIntegration; export default astroZikojs;