import React from 'react'; import PropTypes from 'prop-types'; import { Display, FlexDirection, JustifyContent, } from '../../../helpers/constants/design-system'; import { Label, Box, Text } from '../../component-library'; const NoteToTrader = (props) => { const { placeholder, maxLength, onChange, noteText, labelText } = props; return ( {noteText.length}/{maxLength}