first commit
This commit is contained in:
4
frontend/node_modules/antd/es/_util/wave/useWave.d.ts
generated
vendored
Normal file
4
frontend/node_modules/antd/es/_util/wave/useWave.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user