7cba3053f4
Wraps children in React's ViewTransition (canary API) when available, falling back to Fragment in environments where ViewTransition is undefined (test env, stable react-dom). Add react/canary to tsconfig types to expose the ViewTransition component type.
2 lines
68 B
TypeScript
2 lines
68 B
TypeScript
export { ViewTransitionWrapper } from './ui/ViewTransitionWrapper';
|