@mindly/ui-components 8.2.16 → 8.2.17
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/index.d.ts
CHANGED
|
@@ -3148,6 +3148,7 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
|
|
|
3148
3148
|
className?: string;
|
|
3149
3149
|
text: string;
|
|
3150
3150
|
title?: string;
|
|
3151
|
+
titleId?: string;
|
|
3151
3152
|
titleIcon?: React.ReactNode;
|
|
3152
3153
|
countLines?: number;
|
|
3153
3154
|
expandType?: 'inline' | 'modal';
|