@mcurros2/microm 1.1.334-0 → 1.1.335-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.ts CHANGED
@@ -978,6 +978,8 @@ export interface TimeFieldProps extends Omit<TimeInputProps, 'validate' | 'autoF
978
978
  }>;
979
979
  autoFocus?: 'autoFocusOnAdd' | 'autoFocusOnEdit' | boolean;
980
980
  showTimePicker?: boolean;
981
+ maxWidth?: keyof typeof MicroMWidthSizes;
982
+ minWidth?: keyof typeof MicroMWidthSizes;
981
983
  }
982
984
  export const TimeFieldDefaultProps: Partial<TimeFieldProps>;
983
985
  interface TimeFieldRef {