UNPKG

@jjordy/swr-devtools

Version:

Devtools for SWR

3 lines (2 loc) 179 B
import { PanelProps } from "../types"; export default function Panel({ toolbarPosition, previousToolbarPosition, show, children, toggleShow, debug, }: PanelProps): JSX.Element;