UNPKG

@hookform/devtools

Version:

React Hook Form dev tool to help debugging forms

5 lines (4 loc) 233 B
export declare type PLACEMENT = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'; export declare function getPositionByPlacement(placement: PLACEMENT, defaultX?: number, defaultY?: number): { [x: string]: number; };