export interface ZoomProps { small: string[]; big: string[]; } export interface posiProps { [key: string]: string | number; }