Skip to content

Commit

Permalink
Add intersection for dashed OpenProps
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronccasanova committed Apr 19, 2022
1 parent 1757415 commit bd34e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const camelize = text => {
/**
* @template T
* @param {T} props
* @returns {import("type-fest").CamelCasedPropertiesDeep<T>}
* @returns {T & import("type-fest").CamelCasedPropertiesDeep<T>}
*/
const keysToCamelCase = (props) => {
for (var prop in props)
Expand Down

0 comments on commit bd34e2f

Please sign in to comment.