feat(Icon): add badge prop, mark info prop deprecated
This commit is contained in:
@@ -9,6 +9,7 @@ import { DefaultSlots } from '../utils/types';
|
||||
export type InfoProps = {
|
||||
dot?: boolean;
|
||||
info?: string | number;
|
||||
badge?: string | number;
|
||||
};
|
||||
|
||||
const [createComponent, bem] = createNamespace('info');
|
||||
|
||||
Reference in New Issue
Block a user