mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
types: searchParams is optional prop
This commit is contained in:
parent
f4899357ca
commit
c75c629aaf
@ -77,7 +77,7 @@ interface PaginatorProps {
|
|||||||
pathname: string
|
pathname: string
|
||||||
currentPage: number
|
currentPage: number
|
||||||
totalPage: number
|
totalPage: number
|
||||||
searchParams: Record<string, string|string[]>
|
searchParams?: Record<string, string|string[]>
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Paginator
|
export default Paginator
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user