import { TypeDef } from 'sails-js'; import { Textarea } from '@/shared/ui'; import { getLabel } from '../../utils'; type Props = { def: TypeDef; name: string; label: string; }; function VecField({ def, name, label }: Props) { return