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) 217 B
export { default as TeleporterContext } from "./TeleporterContext"; export { default as TeleporterProvider } from "./TeleporterProvider"; export { default as Teleporter } from "./Teleporter"; export * from "./types";