@tactics/lokaal-loket 0.0.113 → 0.0.115

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -803,12 +803,13 @@ 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, child: React$1.ReactElement<SwitchItemI>) => void;
807
- init: number;
806
+ onChange?: (e: React$1.MouseEvent<HTMLDivElement>, value: string) => void;
807
+ init: string;
808
808
  }
809
809
  interface SwitchItemI {
810
810
  label: string;
811
811
  content: React$1.ReactElement;
812
+ value: string;
812
813
  }
813
814
  interface SwitchItemContentI extends PropsWithChildren {
814
815
  }
package/build/index.d.ts CHANGED
@@ -803,12 +803,13 @@ 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, child: React$1.ReactElement<SwitchItemI>) => void;
807
- init: number;
806
+ onChange?: (e: React$1.MouseEvent<HTMLDivElement>, value: string) => void;
807
+ init: string;
808
808
  }
809
809
  interface SwitchItemI {
810
810
  label: string;
811
811
  content: React$1.ReactElement;
812
+ value: string;
812
813
  }
813
814
  interface SwitchItemContentI extends PropsWithChildren {
814
815
  }