@superinterface/react 3.9.3 → 3.9.5
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.
- package/dist/cloud.cjs +61 -17
- package/dist/cloud.cjs.map +1 -1
- package/dist/cloud.d.cts +2 -7
- package/dist/cloud.d.ts +2 -7
- package/dist/cloud.js +61 -17
- package/dist/cloud.js.map +1 -1
- package/dist/index.cjs +91 -49
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -4
- package/dist/index.d.ts +16 -4
- package/dist/index.js +91 -49
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/index-CmzywRJS.d.cts +0 -19
- package/dist/index-CmzywRJS.d.ts +0 -19
package/package.json
CHANGED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as react from 'react';
|
|
2
|
-
import OpenAI from 'openai';
|
|
3
|
-
import remarkGfm from 'remark-gfm';
|
|
4
|
-
|
|
5
|
-
declare const components: Record<string, any>;
|
|
6
|
-
|
|
7
|
-
declare const getRemarkPlugins: ({ content, }: {
|
|
8
|
-
content: OpenAI.Beta.Threads.Messages.TextContentBlock;
|
|
9
|
-
}) => ((() => (tree: any) => void) | typeof remarkGfm)[];
|
|
10
|
-
|
|
11
|
-
type MarkdownContextType = {
|
|
12
|
-
components: typeof components;
|
|
13
|
-
getRemarkPlugins: typeof getRemarkPlugins;
|
|
14
|
-
};
|
|
15
|
-
declare const MarkdownContext: react.Context<MarkdownContextType>;
|
|
16
|
-
|
|
17
|
-
declare const useMarkdownContext: () => MarkdownContextType;
|
|
18
|
-
|
|
19
|
-
export { type MarkdownContextType as M, MarkdownContext as a, useMarkdownContext as u };
|
package/dist/index-CmzywRJS.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as react from 'react';
|
|
2
|
-
import OpenAI from 'openai';
|
|
3
|
-
import remarkGfm from 'remark-gfm';
|
|
4
|
-
|
|
5
|
-
declare const components: Record<string, any>;
|
|
6
|
-
|
|
7
|
-
declare const getRemarkPlugins: ({ content, }: {
|
|
8
|
-
content: OpenAI.Beta.Threads.Messages.TextContentBlock;
|
|
9
|
-
}) => ((() => (tree: any) => void) | typeof remarkGfm)[];
|
|
10
|
-
|
|
11
|
-
type MarkdownContextType = {
|
|
12
|
-
components: typeof components;
|
|
13
|
-
getRemarkPlugins: typeof getRemarkPlugins;
|
|
14
|
-
};
|
|
15
|
-
declare const MarkdownContext: react.Context<MarkdownContextType>;
|
|
16
|
-
|
|
17
|
-
declare const useMarkdownContext: () => MarkdownContextType;
|
|
18
|
-
|
|
19
|
-
export { type MarkdownContextType as M, MarkdownContext as a, useMarkdownContext as u };
|