import * as React from 'react' import { TextInput } from '../../../Input' import { Item } from '../../../../types' export const PopupStartEndInput = ({item}:{item?:Item}) => { return (