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