interface PaginationProps {
    options?: PaginationOptions;
}

Properties

Properties

options?: PaginationOptions