Files
video-gen/video-gen-admin/node_modules/antd/lib/_util/wave/useWave.d.ts
T
2026-05-25 17:08:18 +08:00

6 lines
321 B
TypeScript

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