randmarcomps 1.150.0 → 1.152.0
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/randmarcomps.d.ts +7 -0
- package/dist/randmarcomps.js +34937 -28929
- package/dist/randmarcomps.umd.cjs +203 -184
- package/package.json +2 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -41,6 +41,13 @@ declare interface ActiveOrdersCardProps {
|
|
|
41
41
|
loading?: boolean;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
+
export declare function AiGeneratedContent(props: AiGeneratedContentProps): JSX.Element;
|
|
45
|
+
|
|
46
|
+
export declare interface AiGeneratedContentProps {
|
|
47
|
+
prompt: string;
|
|
48
|
+
data: any;
|
|
49
|
+
}
|
|
50
|
+
|
|
44
51
|
export declare function AreaChart({ data, units, unitsPosition, width, height, className }: AreaChartProps): JSX.Element;
|
|
45
52
|
|
|
46
53
|
export declare interface AreaChartProps {
|