UNPKG

semantic-ui-react

Version:
12 lines (7 loc) 302 B
import * as React from 'react'; import { SelectProps } from '../../addons/Select'; import { FormFieldProps } from './FormField'; export interface FormSelectProps extends FormFieldProps, SelectProps { } declare const FormSelect: React.StatelessComponent<FormSelectProps>; export default FormSelect;