Skip to content

Commit 14f1993

Browse files
Update index.d.ts
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
1 parent a3af9c9 commit 14f1993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ type JoinProps = {
400400
401401
Can be a ReactNode or a function that returns a ReactNode.
402402
403-
Default: ', '
403+
@default ', '
404404
*/
405405
readonly separator?: ReactNode | ((index: number, count: number) => ReactNode);
406406

0 commit comments

Comments
 (0)