chore: update ant-design dependencies and add new icon types
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import type { UnmountType } from '../../config-provider/UnstableContext';
|
||||
import type { ShowWaveEffect } from './interface';
|
||||
export interface WaveEffectProps {
|
||||
className: string;
|
||||
target: HTMLElement;
|
||||
component?: string;
|
||||
registerUnmount: () => UnmountType | null;
|
||||
}
|
||||
declare const showWaveEffect: ShowWaveEffect;
|
||||
export default showWaveEffect;
|
||||
Reference in New Issue
Block a user