UNPKG

@ssgoi/react

Version:

React bindings for SSGOI - Native app-like page transitions for React applications

10 lines (9 loc) 279 B
"use client"; import { jsx as r } from "react/jsx-runtime"; import { createTransitionScope as t } from "@ssgoi/core"; function n({ children: o }) { return /* @__PURE__ */ r("div", { ref: t(), style: { display: "contents" }, children: o }); } export { n as TransitionScope };