UNPKG

@ssgoi/svelte

Version:

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

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