export interface IProps { data: string; dispatch: any; match?; history; text: string; }