type: Checkout component react16 typescript error (#46962)

This commit is contained in:
叶枫 2024-01-14 05:53:36 +08:00 committed by GitHub
parent 78de3193fd
commit 72e498058e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,4 +170,4 @@ export { GroupContext };
export default CheckboxGroup as <T extends CheckboxValueType = CheckboxValueType>(
props: CheckboxGroupProps<T> & React.RefAttributes<HTMLDivElement>,
) => React.ReactNode;
) => React.ReactElement;