export interface PaginationEvents {
    onChange: (page: number | string) => void;
}
