🌐 AI搜索 & 代理 主页
Skip to content

Commit 62a6448

Browse files
authored
Update package.json
1 parent baf5b6f commit 62a6448

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/components/pagination-nav/package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,36 @@
104104
{
105105
"prop": "lastText",
106106
"description": "Content to place in the goto last page button"
107+
},
108+
{
109+
"prop": "firstClass",
110+
"version": "2.3.0",
111+
"description": "Class(es) to appply to the 'Go to first page' button"
112+
},
113+
{
114+
"prop": "prevClass",
115+
"version": "2.3.0",
116+
"description": "Class(es) to appply to the 'Go to previous page' button"
117+
},
118+
{
119+
"prop": "pageClass",
120+
"version": "2.3.0",
121+
"description": "Class(es) to appply to the 'Go to page #' buttons"
122+
},
123+
{
124+
"prop": "nextClass",
125+
"version": "2.3.0",
126+
"description": "Class(es) to appply to the 'Go to next page' button"
127+
},
128+
{
129+
"prop": "lastClass",
130+
"version": "2.3.0",
131+
"description": "Class(es) to appply to the 'Go to last page' button"
132+
},
133+
{
134+
"prop": "ellipsisClass",
135+
"version": "2.3.0",
136+
"description": "Class(es) to appply to the 'ellipsis' placeholders"
107137
}
108138
],
109139
"events": [

0 commit comments

Comments
 (0)