Skip to content

Commit

Permalink
fix: add style ts props, ref ant-design/ant-design-mobile#2047
Browse files Browse the repository at this point in the history
  • Loading branch information
silentcloud committed Nov 7, 2017
1 parent 337076f commit bf44fc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ coverage
yarn.lock
package-lock.json
es
_ts2js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rmc-pull-to-refresh",
"version": "1.0.4",
"version": "1.0.5",
"description": "React Mobile Pull To Refresh Component",
"keywords": [
"react",
Expand Down
1 change: 1 addition & 0 deletions src/PropsType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export interface PropsType {
indicator: Indicator;
prefixCls?: string;
className?: string;
style?: React.CSSProperties;
}

0 comments on commit bf44fc6

Please sign in to comment.