UNPKG

@moderntribe/wme-ui

Version:

Components and hooks to build the best UX/UI admin wizards

9 lines 295 B
import React from 'react'; import { SelectProps } from '@mui/material'; type SelectInputProps = SelectProps & { placeholder?: string; width?: string | number; }; declare const SelectInput: React.FC<SelectInputProps>; export default SelectInput; //# sourceMappingURL=select-input.d.ts.map