@inkeep/agents-email 0.58.20 → 0.58.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/email-button.d.ts
|
|
5
5
|
interface EmailButtonProps {
|
|
@@ -9,6 +9,6 @@ interface EmailButtonProps {
|
|
|
9
9
|
declare function EmailButton({
|
|
10
10
|
href,
|
|
11
11
|
children
|
|
12
|
-
}: EmailButtonProps):
|
|
12
|
+
}: EmailButtonProps): react_jsx_runtime4.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { EmailButton };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/email-header.d.ts
|
|
4
|
-
declare function EmailHeader():
|
|
4
|
+
declare function EmailHeader(): react_jsx_runtime0.JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { EmailHeader };
|