[improvement] default props in tsx (#2789)
This commit is contained in:
@@ -12,7 +12,7 @@ export type IconProps = {
|
||||
size?: string;
|
||||
color?: string;
|
||||
info?: string | number;
|
||||
classPrefix?: string;
|
||||
classPrefix: string;
|
||||
};
|
||||
|
||||
export type IconEvents = {
|
||||
|
||||
Reference in New Issue
Block a user