UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

9 lines (8 loc) 237 B
import type { ShowWaveEffect } from './interface'; export interface WaveEffectProps { className: string; target: HTMLElement; component?: string; } declare const showWaveEffect: ShowWaveEffect; export default showWaveEffect;