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