UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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