export interface IPaginatorBarProps {
    /**
     * Pagination array for Paginator component
     */
    pagination: Array<string>;
}
