UNPKG

@try-at-software/input-elements

Version:

A package providing different input elements that are extensible and easily configurable for your custom needs.

6 lines (5 loc) 196 B
import { IDropdownProps } from '@fluentui/react'; import * as React from 'react'; export interface IFluentUiDropdownInputProps { dropdownComponent: React.ComponentType<IDropdownProps>; }