chore: update ant-design dependencies and add new icon types
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
import type { RadioProps, RadioRef } from './interface';
|
||||
declare const Radio: React.ForwardRefExoticComponent<RadioProps & React.RefAttributes<RadioRef>>;
|
||||
export default Radio;
|
||||
Reference in New Issue
Block a user