UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

7 lines (6 loc) 236 B
import type * as React from 'react'; export declare function parseColor(prefixCls: string, color?: string): { className: string; overlayStyle: React.CSSProperties | undefined; arrowStyle: React.CSSProperties | undefined; };