amis-rpc-design/node_modules/antd/lib/_util/wave/useWave.d.ts

4 lines
198 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import * as React from 'react';
import { type ShowWave } from './interface';
export default function useWave(nodeRef: React.RefObject<HTMLElement>, className: string, component?: string): ShowWave;