Skip to content

Commit

Permalink
fix: first와 last에 experimental tag를 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
origin1508 committed Mar 27, 2023
1 parent 45fb9ef commit bedc4b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions @types/Pagination.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ declare namespace kakao.maps {

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

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

0 comments on commit bedc4b4

Please sign in to comment.