Strata - v1.4.10
    Preparing search index...

    Interface Tunnel

    Portal tunnel instance.

    interface Tunnel {
        In: FC<{ children: ReactNode }>;
        Out: FC;
    }
    Index

    Properties

    Properties

    In: FC<{ children: ReactNode }>

    React component to push content into the tunnel.

    Out: FC

    React component to render the tunnel's content.