@myunisoft/design-system 1.1.4-myun36212.18 → 1.1.4-myun36212.20

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.
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
- import { type ReactNode } from 'react';
1
+ import React, { type ReactNode } from 'react';
3
2
  import { type ChipProps, type AutocompleteProps as MuiAutocompleteProps, type TextFieldVariants } from '@mui/material';
4
3
  import type { InputProps as StandardInputProps } from '@mui/material/Input/Input';
5
4
  export type OptionType = {