Skip to content

Commit b032fc4

Browse files
committed
style: format docs
1 parent 1913ef4 commit b032fc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PROPS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 💡 Props List
44

55
| Property | Description | Type | Default | Note |
6-
|-------------------------|--------------------------------------------------------------------------------------------------------------------------------|------------------|------------------|-----------------------------------|
6+
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ---------------- | ---------------- | --------------------------------- |
77
| `accelerationDelay` | Delay time before start the `onLongPress` event and increase or decrease and continually | Number | `750 ` | |
88
| `activeOpacity` | Opacity on pressed button | Number | `0.85` | |
99
| `append` | Custom element before right button | Component | | |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Check the "[Props List](PROPS.md)" file to have the complete list of component p
102102
### Props
103103

104104
| Property | Description | Type | Default | Note |
105-
|------------------------|--------------------------------------------------------------------------------------------------------------------------------|------------------|---------|-----------------------------------|
105+
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ---------------- | ------- | --------------------------------- |
106106
| `accelerationDelay` | Delay time before start the `onLongPress` event and increase or decrease and continually | Number | `750 ` | |
107107
| `append` | Custom element before right button | Component | | |
108108
| `autofocus` | If `true`, focuses the input on `componentDidMount`. | | `false` | |

0 commit comments

Comments
 (0)