@gem-sdk/core 2.0.0-dev.393 → 2.0.0-dev.396
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/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -36155,6 +36155,7 @@ type TextareaControlType<T> = SharedControlType<T> & {
|
|
|
36155
36155
|
autoHeight?: boolean;
|
|
36156
36156
|
defaultRows?: number;
|
|
36157
36157
|
showPlusBtn?: boolean;
|
|
36158
|
+
isFocusToBottom?: boolean;
|
|
36158
36159
|
isFallback?: boolean;
|
|
36159
36160
|
suggestContents?: {
|
|
36160
36161
|
message: string;
|