UNPKG

212 BTypeScriptView Raw
1import type * as React from 'react';
2export declare function parseColor(prefixCls: string, color?: string): {
3 className: string;
4 overlayStyle: React.CSSProperties;
5 arrowStyle: React.CSSProperties;
6};