import { FormError } from '@@/form-components/FormError'; import { InputGroup } from '@@/form-components/InputGroup'; import { ItemProps } from '@@/form-components/InputList'; import { Label } from './types'; export function Item({ item, onChange, error }: ItemProps