Commit f3bedbf7 authored by Carlos's avatar Carlos Committed by GitHub

Update README.md

parent 318b2082
......@@ -37,13 +37,13 @@ import {PullToRefresh} from "react-js-pull-to-refresh";
```
#### import default content (optional)
```js
```typescript
import {PullDownContent, ReleaseContent, RefreshContent} from "react-js-pull-to-refresh";
```
#### Sample
```js
```jsx
<PullToRefresh
pullDownContent={<PullDownContent />}
releaseContent={<ReleaseContent />}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment