@pronto-tools-and-more/components 10.15.1 → 10.17.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ export declare const SearchTimePicker: ({ timeAny, timeLastDay, timeLastWeek, timeLastMonth, timeLastYear, }: {
2
+ timeAny: string;
3
+ timeLastDay: string;
4
+ timeLastWeek: string;
5
+ timeLastYear: string;
6
+ timeLastMonth: string;
7
+ }) => import("react").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "10.15.1",
3
+ "version": "10.17.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",