MCPcopy Index your code
hub / github.com/react/react / createViewTransitionInstance

Function createViewTransitionInstance

packages/react-art/src/ReactFiberConfigART.js:554–558  ·  view source on GitHub ↗
(
  name: string,
)

Source from the content-addressed store, hash-verified

552export type ViewTransitionInstance = null | {name: string, ...};
553
554export function createViewTransitionInstance(
555 name: string,
556): ViewTransitionInstance {
557 return null;
558}
559
560export type GestureTimeline = null;
561

Callers 2

commitAttachRefFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected