@xinghunm/compass-ui 0.4.0 → 0.5.0

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.mts CHANGED
@@ -1323,6 +1323,7 @@ interface FormItemProps {
1323
1323
  initialValue?: unknown;
1324
1324
  className?: string;
1325
1325
  style?: React__default.CSSProperties;
1326
+ help?: React__default.ReactNode;
1326
1327
  }
1327
1328
  declare const FormItem: React__default.FC<FormItemProps>;
1328
1329
 
package/dist/index.d.ts CHANGED
@@ -1323,6 +1323,7 @@ interface FormItemProps {
1323
1323
  initialValue?: unknown;
1324
1324
  className?: string;
1325
1325
  style?: React__default.CSSProperties;
1326
+ help?: React__default.ReactNode;
1326
1327
  }
1327
1328
  declare const FormItem: React__default.FC<FormItemProps>;
1328
1329