feat: add none type

This commit is contained in:
karishmas6
2024-09-06 23:56:53 +05:30
parent 75582c3426
commit 95fcdeb497

View File

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