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

4 lines (3 loc) 180 B
import type { TeleporterProviderProps } from "./types"; declare function TeleporterProvider({ children }: TeleporterProviderProps): JSX.Element; export default TeleporterProvider;