UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

3 lines (2 loc) 240 B
export declare function isValidWaveColor(color: CSSStyleDeclaration[keyof CSSStyleDeclaration]): color is string; export declare function getTargetWaveColor(node: HTMLElement, colorSource?: keyof CSSStyleDeclaration | null): string | null;