UNPKG

@ssgoi/svelte

Version:

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

7 lines (6 loc) 210 B
interface Props { children: () => any; } declare const TransitionScope: import("svelte").Component<Props, {}, "">; type TransitionScope = ReturnType<typeof TransitionScope>; export default TransitionScope;