test-stpr-ui-kit 0.5.32 → 0.5.34

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.
@@ -133,7 +133,7 @@ declare interface ContextMenuProps {
133
133
 
134
134
  export declare const DatePicker: default_2.FC<IDatePickerProps>;
135
135
 
136
- export declare const DatePickerInput: default_2.FC<IDatePickerInputProps>;
136
+ export declare const DatePickerInput: default_2.ForwardRefExoticComponent<IDatePickerInputProps & default_2.RefAttributes<HTMLInputElement>>;
137
137
 
138
138
  export declare const DefaultDropzone: default_2.FC<DefaultDropzoneProps>;
139
139