@tactics/lokaal-loket 0.0.112 → 0.0.113

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -803,7 +803,7 @@ declare const RouteLocation: (args: IRouteLocation) => react_jsx_runtime.JSX.Ele
803
803
 
804
804
  interface SwitchI {
805
805
  children: React$1.ReactElement<SwitchItemI>[];
806
- onChange?: (e: React$1.MouseEvent<HTMLDivElement>, index: number) => void;
806
+ onChange?: (e: React$1.MouseEvent<HTMLDivElement>, index: number, child: React$1.ReactElement<SwitchItemI>) => void;
807
807
  init: number;
808
808
  }
809
809
  interface SwitchItemI {
package/build/index.d.ts CHANGED
@@ -803,7 +803,7 @@ declare const RouteLocation: (args: IRouteLocation) => react_jsx_runtime.JSX.Ele
803
803
 
804
804
  interface SwitchI {
805
805
  children: React$1.ReactElement<SwitchItemI>[];
806
- onChange?: (e: React$1.MouseEvent<HTMLDivElement>, index: number) => void;
806
+ onChange?: (e: React$1.MouseEvent<HTMLDivElement>, index: number, child: React$1.ReactElement<SwitchItemI>) => void;
807
807
  init: number;
808
808
  }
809
809
  interface SwitchItemI {