Skip to content

Commit dd4b191

Browse files
committed
fix: lint issues
1 parent 0b4ded6 commit dd4b191

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docusaurus/docs/reactnative/hooks/poll/use-poll-state.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ A property containing the maximum number of votes allowed per user.
8383
| -------- |
8484
| `number` |
8585

86+
### `maxVotedOptionIds`
87+
88+
An array of `Poll` option IDs of all of the options with the maximum number of votes in it. Will only contain more than 1 ID if there's a tie between options.
89+
90+
| Type |
91+
| ---------- |
92+
| `string[]` |
93+
8694
### `name`
8795

8896
A property depicting the name of the `poll`.

0 commit comments

Comments
 (0)