minishouyin/node_modules/antd/lib/_util/wave/WaveEffect.d.ts

11 lines
358 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
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;