UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

7 lines (6 loc) 205 B
import type { CSSProperties } from 'vue'; export declare function parseColor(prefixCls: string, color?: string): { className: string; overlayStyle: CSSProperties; arrowStyle: CSSProperties; };