@useloops/design-system 1.4.180 → 1.4.182
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/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1244,8 +1244,8 @@ interface LoopsAiButtonProps {
|
|
|
1244
1244
|
declare const LoopsAiButton: FunctionComponent<LoopsAiButtonProps>;
|
|
1245
1245
|
|
|
1246
1246
|
type MarkdownProps = {
|
|
1247
|
-
children: string;
|
|
1248
1247
|
typographyProps?: TypographyProps;
|
|
1248
|
+
children?: string;
|
|
1249
1249
|
};
|
|
1250
1250
|
declare const Markdown: FC<MarkdownProps>;
|
|
1251
1251
|
|