UNPKG

@react-riftgate/teleporter

Version:

A library that provides lower-level React components for teleporting React components from one place to another in the same React tree

5 lines (4 loc) 188 B
import React from "react"; import type { TeleporterContextValue } from "./types"; declare const TeleporterContext: React.Context<TeleporterContextValue>; export default TeleporterContext;