dce-reactkit 3.0.44 → 3.0.45
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
package/package.json
CHANGED
|
@@ -28,7 +28,7 @@ type Props = {
|
|
|
28
28
|
// FontAwesome icon to place before the label
|
|
29
29
|
labelIcon?: any,
|
|
30
30
|
// If defined, the label will have a minimum width
|
|
31
|
-
minLabelWidthRem
|
|
31
|
+
minLabelWidthRem?: number,
|
|
32
32
|
// If true, the box will be a textarea to support larger, multiline text
|
|
33
33
|
multiline?: boolean,
|
|
34
34
|
// Number of lines to show in multiline view (only relevant if multiline)
|