UNPKG

@smart-react-components/ui

Version:
6 lines (5 loc) 247 B
import React from 'react'; import { GenericProps } from '../types/form'; export declare type Props = GenericProps; declare const Select: React.ForwardRefExoticComponent<GenericProps & React.RefAttributes<HTMLInputElement>>; export default Select;