feat: create PaginationType

This commit is contained in:
karishmas6
2024-09-06 23:08:01 +05:30
parent b8984a9018
commit 7fa01d97a1

View File

@@ -1,5 +1,7 @@
import React, { createContext, useContext, useState, ReactNode } from 'react';
type PaginationType = 'scrollDown' | 'scrollUp' | 'clickNext' | 'clickLoadMore' | '';
interface ActionContextProps {
getText: boolean;
getList: boolean;