Skip to content

Commit

Permalink
Merge pull request #5 from origin1508/master
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeSeoKim authored Mar 28, 2023
2 parents 5a4bdd3 + bedc4b4 commit b47c750
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions @types/Pagination.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,17 @@ declare namespace kakao.maps {
* 현재 페이지 번호
*/
current: number;

/**
* 첫번째 페이지 번호
* @experimental
*/
first: number;

/**
* 마지막 페이지 번호
* @experimental
*/
last: number;
}
}

0 comments on commit b47c750

Please sign in to comment.