@tactics/lokaal-loket 0.0.396 → 0.0.398

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.d.cts CHANGED
@@ -1661,7 +1661,7 @@ interface IBottomNavigationBase {
1661
1661
  declare const BottomNavigation: ({ children }: IBottomNavigation) => react_jsx_runtime.JSX.Element;
1662
1662
 
1663
1663
  interface IForm extends PropsWithChildren {
1664
- onSubmit: (data: FormData) => void;
1664
+ onSubmit: (data: FormData, event?: React__default.FormEvent<HTMLFormElement>) => void;
1665
1665
  autocomplete?: boolean;
1666
1666
  novalidate?: boolean;
1667
1667
  }
package/build/index.d.ts CHANGED
@@ -1661,7 +1661,7 @@ interface IBottomNavigationBase {
1661
1661
  declare const BottomNavigation: ({ children }: IBottomNavigation) => react_jsx_runtime.JSX.Element;
1662
1662
 
1663
1663
  interface IForm extends PropsWithChildren {
1664
- onSubmit: (data: FormData) => void;
1664
+ onSubmit: (data: FormData, event?: React__default.FormEvent<HTMLFormElement>) => void;
1665
1665
  autocomplete?: boolean;
1666
1666
  novalidate?: boolean;
1667
1667
  }