UNPKG

@ionic-sveltekit/components

Version:
10 lines (9 loc) 333 B
import type { Snippet } from "svelte"; type Props = { children?: Snippet; fixedElements?: Snippet; fixedElementsPosition?: "beforeContent" | "afterContent"; }; declare const ViewTransition: import("svelte").Component<Props, {}, "">; type ViewTransition = ReturnType<typeof ViewTransition>; export default ViewTransition;