Skip to content

Commit

Permalink
regen d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
olamothe committed May 2, 2024
1 parent 58957b0 commit 389722e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/atomic/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ export namespace Components {
*/
"product": Product;
/**
* Internal function used by atomic-recs-list in advanced setups, which lets you bypass the standard HTML template system. Particularly useful for Atomic React
* Internal function used in advanced setups, which lets you bypass the standard HTML template system. Particularly useful for Atomic React
*/
"renderingFunction": ItemRenderingFunction;
/**
Expand Down Expand Up @@ -5836,7 +5836,7 @@ declare namespace LocalJSX {
*/
"product": Product;
/**
* Internal function used by atomic-recs-list in advanced setups, which lets you bypass the standard HTML template system. Particularly useful for Atomic React
* Internal function used in advanced setups, which lets you bypass the standard HTML template system. Particularly useful for Atomic React
*/
"renderingFunction"?: ItemRenderingFunction;
/**
Expand Down

0 comments on commit 389722e

Please sign in to comment.