UNPKG

@ssgoi/svelte

Version:

Svelte bindings for SSGOI - Native app-like page transitions for Svelte and SvelteKit applications

5 lines (4 loc) 197 B
export { transition } from "./transition.js"; export { default as Ssgoi } from "./ssgoi.svelte"; export { default as SsgoiTransition } from "./ssgoi-transition.svelte"; export * from "./types.js";