ether-admin/node_modules/ant-design-vue/lib/_util/wave/util.d.ts

4 lines
196 B
TypeScript

export declare function isNotGrey(color: string): boolean;
export declare function isValidWaveColor(color: string): boolean;
export declare function getTargetWaveColor(node: HTMLElement): string;