Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbonnet committed Oct 2, 2023
1 parent 1d9d996 commit 13744dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export interface ItemCallable<
(itemIndex: number): ItemProps<T, N, E>;
(): NevoProps<T[], N, E[""]>;
/**
* Loops over the items of the array and creates an instance
* Returns an array that maps each item with an element out of `Component` with the NEVO props and optional extra props.
*
* @param Component
* @param extraProps An object containing extra properties to add to each element, or a function that takes the items props and returns the extra properties to add.
Expand Down

0 comments on commit 13744dc

Please sign in to comment.