UNPKG

fui-fancyui

Version:
4 lines (3 loc) 294 B
import { TDropDownSelectWithNativeAttrs } from '../../atoms/DropDownSelect/TDropDownSelect.model'; import { TInputWrapperUserInputProps } from '../../molecules/InputWrapper'; export type TFancyDropDownSelect = Omit<TInputWrapperUserInputProps, 'InputElement'> & TDropDownSelectWithNativeAttrs;