You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am packaging an antd UI library. The library declaration is relatively strict and uses some utility types. Continuously copying and pasting existing types and making modifications for several properties makes me very frustrated.
Can we not translate Utility Types generic types into a certain type? Instead, directly generate a new Temp definition based on the semantics of generics.
The text was updated successfully, but these errors were encountered:
https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype
I am packaging an antd UI library. The library declaration is relatively strict and uses some utility types. Continuously copying and pasting existing types and making modifications for several properties makes me very frustrated.
Can we not translate Utility Types generic types into a certain type? Instead, directly generate a new Temp definition based on the semantics of generics.
The text was updated successfully, but these errors were encountered: