1
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
declare function composeProps<T extends Record<string, any>>(originProps: T, patchProps: Partial<T>, isAll?: boolean): T;
|
||||
export default composeProps;
|
||||
Reference in New Issue
Block a user