@mirantes-micro/foundation-design-system 1.2.378 → 1.2.379
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 +0 -1
- package/dist/index.js +207 -212
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1961,7 +1961,6 @@ type MentionableTextareaProps = {
|
|
|
1961
1961
|
minHeight?: number;
|
|
1962
1962
|
maxHeight?: number;
|
|
1963
1963
|
initialMentions?: MentionableItem[];
|
|
1964
|
-
resizable?: boolean;
|
|
1965
1964
|
};
|
|
1966
1965
|
declare const MentionableTextarea: React__default.ForwardRefExoticComponent<MentionableTextareaProps & React__default.RefAttributes<MentionableTextareaRef>>;
|
|
1967
1966
|
|