@pronto-tools-and-more/components 8.8.0 → 8.10.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
- export declare const Button: ({ message, to }: {
1
+ export declare const Button: ({ message, to, className, }: {
2
2
  message: string;
3
3
  to: string;
4
+ className?: string;
4
5
  }) => import("react").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "8.8.0",
3
+ "version": "8.10.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",