@tactics/lokaal-loket 0.0.310 → 0.0.311

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1474,7 +1474,9 @@ interface IBottomNavigationBase {
1474
1474
  declare const BottomNavigation: ({ children }: IBottomNavigation) => react_jsx_runtime.JSX.Element;
1475
1475
 
1476
1476
  interface IForm extends PropsWithChildren {
1477
- onSubmit: (event: React__default.FormEvent<HTMLFormElement>, values: HTMLFormElement) => void;
1477
+ onSubmit: (data: FormData) => void;
1478
+ autocomplete?: boolean;
1479
+ novalidate?: boolean;
1478
1480
  }
1479
1481
 
1480
1482
  interface FormHandle {
package/build/index.d.ts CHANGED
@@ -1474,7 +1474,9 @@ interface IBottomNavigationBase {
1474
1474
  declare const BottomNavigation: ({ children }: IBottomNavigation) => react_jsx_runtime.JSX.Element;
1475
1475
 
1476
1476
  interface IForm extends PropsWithChildren {
1477
- onSubmit: (event: React__default.FormEvent<HTMLFormElement>, values: HTMLFormElement) => void;
1477
+ onSubmit: (data: FormData) => void;
1478
+ autocomplete?: boolean;
1479
+ novalidate?: boolean;
1478
1480
  }
1479
1481
 
1480
1482
  interface FormHandle {