@tactics/lokaal-loket 0.0.273 → 0.0.274
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +21 -21
- package/build/index.d.cts +2 -1
- package/build/index.d.ts +2 -1
- package/build/index.js +21 -21
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -959,7 +959,8 @@ interface RouteHandle<T, D> {
|
|
959
959
|
setSelected: (origin: T, destination: D) => void;
|
960
960
|
setSelectedOrigin: (origin: T) => void;
|
961
961
|
setSelectedDestination: (destination: D) => void;
|
962
|
-
|
962
|
+
focusOrigin: () => void;
|
963
|
+
focusDestination: () => void;
|
963
964
|
blur: () => void;
|
964
965
|
}
|
965
966
|
declare const Route: <T, D>(props: RouteI<T, D> & {
|
package/build/index.d.ts
CHANGED
@@ -959,7 +959,8 @@ interface RouteHandle<T, D> {
|
|
959
959
|
setSelected: (origin: T, destination: D) => void;
|
960
960
|
setSelectedOrigin: (origin: T) => void;
|
961
961
|
setSelectedDestination: (destination: D) => void;
|
962
|
-
|
962
|
+
focusOrigin: () => void;
|
963
|
+
focusDestination: () => void;
|
963
964
|
blur: () => void;
|
964
965
|
}
|
965
966
|
declare const Route: <T, D>(props: RouteI<T, D> & {
|