UNPKG

@hookform/devtools

Version:

React Hook Form dev tool to help debugging forms

12 lines (11 loc) 452 B
import { Story, Meta } from '@storybook/react'; import { PLACEMENT } from '../position'; declare type Props = { placement?: PLACEMENT; }; declare const _default: Meta<import("@storybook/react").Args>; export default _default; export declare const DefaultDevTool: Story<Props>; export declare const TopLeftDevTool: Story<Props>; export declare const BottomRightDevTool: Story<Props>; export declare const BottomLeftDevTool: Story<Props>;