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

Commit baf5b6f

Browse files
authored
Update package.json
1 parent 9e64e15 commit baf5b6f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/components/pagination/package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,36 @@
8888
{
8989
"prop": "lastText",
9090
"description": "Content to place in the goto last page button"
91+
},
92+
{
93+
"prop": "firstClass",
94+
"version": "2.3.0",
95+
"description": "Class(es) to appply to the 'Go to first page' button"
96+
},
97+
{
98+
"prop": "prevClass",
99+
"version": "2.3.0",
100+
"description": "Class(es) to appply to the 'Go to previous page' button"
101+
},
102+
{
103+
"prop": "pageClass",
104+
"version": "2.3.0",
105+
"description": "Class(es) to appply to the 'Go to page #' buttons"
106+
},
107+
{
108+
"prop": "nextClass",
109+
"version": "2.3.0",
110+
"description": "Class(es) to appply to the 'Go to next page' button"
111+
},
112+
{
113+
"prop": "lastClass",
114+
"version": "2.3.0",
115+
"description": "Class(es) to appply to the 'Go to last page' button"
116+
},
117+
{
118+
"prop": "ellipsisClass",
119+
"version": "2.3.0",
120+
"description": "Class(es) to appply to the 'ellipsis' placeholders"
91121
}
92122
],
93123
"events": [

0 commit comments

Comments
 (0)