minishouyin/node_modules/antd/es/_util/wave/useWave.d.ts
2025-11-12 11:35:57 +08:00

5 lines
245 B
TypeScript

import * as React from 'react';
import type { ShowWave, WaveComponent } from './interface';
declare const useWave: (nodeRef: React.RefObject<HTMLElement | null>, className: string, component?: WaveComponent) => ShowWave;
export default useWave;