weasel API - v0.8.0
    Preparing search index...

    Variable MinimapCanvasConst

    MinimapCanvas: <TData, TLayer extends string, TPose>(
        props: MinimapCanvasProps<TData, TLayer, TPose>,
    ) => Element = MinimapCanvasInner

    Opinionated minimap. See MinimapCanvasProps for the full surface and the module docstring for the rendering / pointer model.

    forwardRef is not used because the component is generic over <TData, TLayer, TPose> and React's forwardRef erases generics. The canvasRef prop is the plain-prop equivalent.

    Type Declaration