Interface TeleportProps

interface TeleportProps {
    disabled?: boolean;
    to: string | RendererElement;
}

Properties

Properties

disabled?: boolean
to: string | RendererElement

Generated using TypeDoc