@ballistix.digital/react-components 0.5.0 → 0.5.2

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
@@ -186,7 +186,7 @@ type TInputGroupFormProps = {
186
186
  onChange: ChangeEventHandler<HTMLInputElement>;
187
187
  onBlur: FocusEventHandler<HTMLInputElement>;
188
188
  onClear?: () => void;
189
- trailing: never;
189
+ trailing?: never;
190
190
  } | {
191
191
  htmlType: Exclude<HTMLInputTypeAttribute, 'text'>;
192
192
  onChange: ChangeEventHandler<HTMLInputElement>;