const CLASS_PREFIX = 'md-text-input';

const STYLE = {
  wrapper: `${CLASS_PREFIX}-wrapper`,
  container: `${CLASS_PREFIX}-container`,
  help: `${CLASS_PREFIX}-help`,
  error: `${CLASS_PREFIX}-error`,
  messages: `${CLASS_PREFIX}-messages`,
  clear: `${CLASS_PREFIX}-clear`,
};

export { STYLE };
