Optionalafter?: React.ReactNodeOptionalbefore?: React.ReactNodeA component to render before the input. If the given value is a non-empty string, padding will be provided automatically, otherwise no padding is added.
Optionalgap?: string | numberThe gap between the before and after components and the input.
A component to render after the input. If the given value is a non-empty string, padding will be provided automatically, otherwise no padding is added.