Skip to content

Commit ae73961

Browse files
committed
Docs: fix type on initialSnapIndex
1 parent dc2d60e commit ae73961

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/reference/actionsheet.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ Default: `[100]`
104104

105105
When you have set the `snapPoints` prop. You can use this prop to set the inital snap point for the sheet. For example if i have snap points set to `[30,60,100]` then setting this prop to `1` would mean the action sheet will snap to 60% on becoming visible.
106106

107-
| Type | Required |
108-
| ---------- | -------- |
109-
| `number[]` | no |
107+
| Type | Required |
108+
| -------- | -------- |
109+
| `number` | no |
110110

111111
Default: `0`
112112

0 commit comments

Comments
 (0)