Skip to content

Commit 3335210

Browse files
committed
fix: rc-pagination.d.ts missing
1 parent 68fc923 commit 3335210

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
],
1313
"main": "./lib/index",
1414
"module": "./es/index",
15+
"types": "rc-pagination.d.ts",
1516
"files": [
1617
"assets/*.css",
1718
"assets/*.less",
1819
"es",
1920
"lib",
20-
"dist"
21+
"dist",
22+
"rc-pagination.d.ts"
2123
],
2224
"homepage": "https://react-component.github.io/pagination",
2325
"repository": {

0 commit comments

Comments
 (0)