API.md

@lazarv/react-server/devtools

この API リファレンスはまだ翻訳されていません。以下は英語版の内容です。

Configuration surface for the in-browser DevTools panel. Opt the panel in and out per environment and tune what it tracks.

interface DevToolsConfig { position?: "bottom-right" | "bottom-left" | "top-right" | "top-left"; }

React Server DevTools configuration.

Activated via:

When active, the devtools panel is injected automatically — no component import needed.