@lumx/react 4.7.1-alpha.3 → 4.7.1
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/index.d.ts +2 -0
- package/index.js.map +1 -1
- package/package.json +3 -4
package/index.d.ts
CHANGED
|
@@ -3874,6 +3874,8 @@ interface TextFieldProps extends GenericProps$1, ReactToJSX<TextFieldProps$1, Te
|
|
|
3874
3874
|
inputRef?: Ref<HTMLInputElement | HTMLTextAreaElement>;
|
|
3875
3875
|
/** Additional label props. */
|
|
3876
3876
|
labelProps?: InputLabelProps;
|
|
3877
|
+
/** Minimum number of rows displayed in multiline mode (requires `multiline` to be enabled). */
|
|
3878
|
+
minimumRows?: number;
|
|
3877
3879
|
/** Native input name property. */
|
|
3878
3880
|
name?: string;
|
|
3879
3881
|
/** Reference to the wrapper. */
|