UNPKG

@hookform/devtools

Version:

React Hook Form dev tool to help debugging forms

8 lines (7 loc) 202 B
declare const Logo: ({ style, actions, }: { style?: Record<string, any> | undefined; actions: { setVisible: (arg: boolean) => void; }; }) => JSX.Element; export default Logo;