util.d.ts 205 B

123456
  1. import type { CSSProperties } from 'vue';
  2. export declare function parseColor(prefixCls: string, color?: string): {
  3. className: string;
  4. overlayStyle: CSSProperties;
  5. arrowStyle: CSSProperties;
  6. };