import React from 'react'; interface Props { filter: any; } function FunnelStepText(props: Props) { const { filter } = props; const total = filter.value.length; return (