roundedArrow.d.ts 194 B

12
  1. import type { CSSObject } from '../_util/cssinjs';
  2. export declare const roundedArrow: (width: number, innerRadius: number, outerRadius: number, bgColor: string, boxShadow: string) => CSSObject;