first commit
This commit is contained in:
11
frontend/node_modules/antd/lib/_util/wave/interface.d.ts
generated
vendored
Normal file
11
frontend/node_modules/antd/lib/_util/wave/interface.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { GlobalToken } from '../../theme/internal';
|
||||
export declare const TARGET_CLS = "ant-wave-target";
|
||||
export type ShowWaveEffect = (element: HTMLElement, info: {
|
||||
className: string;
|
||||
token: GlobalToken;
|
||||
component?: WaveComponent;
|
||||
event: MouseEvent;
|
||||
hashId: string;
|
||||
}) => void;
|
||||
export type ShowWave = (event: MouseEvent) => void;
|
||||
export type WaveComponent = 'Tag' | 'Button' | 'Checkbox' | 'Radio' | 'Switch';
|
||||
Reference in New Issue
Block a user