UNPKG

@hookform/devtools

Version:

React Hook Form dev tool to help debugging forms

8 lines (7 loc) 214 B
import { PLACEMENT } from './position'; declare type Props = { visible: boolean; placement: PLACEMENT; }; export declare const PanelShadow: ({ visible, placement }: Props) => JSX.Element; export {};