mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 20:43:11 +08:00
type: Checkout component react16 typescript error (#46962)
This commit is contained in:
parent
78de3193fd
commit
72e498058e
@ -170,4 +170,4 @@ export { GroupContext };
|
|||||||
|
|
||||||
export default CheckboxGroup as <T extends CheckboxValueType = CheckboxValueType>(
|
export default CheckboxGroup as <T extends CheckboxValueType = CheckboxValueType>(
|
||||||
props: CheckboxGroupProps<T> & React.RefAttributes<HTMLDivElement>,
|
props: CheckboxGroupProps<T> & React.RefAttributes<HTMLDivElement>,
|
||||||
) => React.ReactNode;
|
) => React.ReactElement;
|
||||||
|
Loading…
Reference in New Issue
Block a user