Files
terminal/web/node_modules/antd/lib/_util/wave/util.d.ts
T

3 lines
149 B
TypeScript

export declare function isValidWaveColor(color: string): boolean | "";
export declare function getTargetWaveColor(node: HTMLElement): string | null;