@dust-tt/sparkle 0.2.126 → 0.2.128

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,8 @@
1
+ import React from "react";
2
+ import { Button } from "../index_with_tw_base";
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof Button;
6
+ };
7
+ export default meta;
8
+ export declare const MarkdownExample: () => React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { TextArea } from "../index_with_tw_base";
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof TextArea;
6
+ };
7
+ export default meta;
8
+ export declare const TextAreaExample: () => React.JSX.Element;