@windrun-huaiin/third-ui 6.2.1 → 6.2.2

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.
@@ -0,0 +1,15 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+
3
+ interface LLMCopyButtonProps {
4
+ llmApiUrl?: string;
5
+ sourceKey?: string;
6
+ }
7
+ declare function LLMCopyButton({ llmApiUrl, sourceKey }?: LLMCopyButtonProps): react_jsx_runtime.JSX.Element;
8
+ declare function EditOnGitHub({ url }: {
9
+ url: string;
10
+ }): react_jsx_runtime.JSX.Element;
11
+ declare function LastUpdatedDate({ date }: {
12
+ date: string | undefined;
13
+ }): react_jsx_runtime.JSX.Element;
14
+
15
+ export { EditOnGitHub as E, type LLMCopyButtonProps as L, LLMCopyButton as a, LastUpdatedDate as b };
@@ -0,0 +1,15 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+
3
+ interface LLMCopyButtonProps {
4
+ llmApiUrl?: string;
5
+ sourceKey?: string;
6
+ }
7
+ declare function LLMCopyButton({ llmApiUrl, sourceKey }?: LLMCopyButtonProps): react_jsx_runtime.JSX.Element;
8
+ declare function EditOnGitHub({ url }: {
9
+ url: string;
10
+ }): react_jsx_runtime.JSX.Element;
11
+ declare function LastUpdatedDate({ date }: {
12
+ date: string | undefined;
13
+ }): react_jsx_runtime.JSX.Element;
14
+
15
+ export { EditOnGitHub as E, type LLMCopyButtonProps as L, LLMCopyButton as a, LastUpdatedDate as b };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windrun-huaiin/third-ui",
3
- "version": "6.2.1",
3
+ "version": "6.2.2",
4
4
  "description": "Third-party integrated UI components for windrun-huaiin projects",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",