import {Item} from './Select' export default interface Input { key: keyof T name: string items?: Item[] }