export interface PropsList {
    listData?: Array<any>;
    width?: string;
    maxHeight?: number;
    rowHeight?: number;
}
