Skip to content

Commit

Permalink
add copy prop
Browse files Browse the repository at this point in the history
  • Loading branch information
brainkim committed Oct 16, 2024
1 parent f97710c commit 3e8b4a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3023,6 +3023,7 @@ declare global {
children?: unknown;
key?: unknown;
ref?: unknown;
copy?: unknown;
["static"]?: unknown;
/** @deprecated */
["crank-key"]?: unknown;
Expand Down

0 comments on commit 3e8b4a5

Please sign in to comment.