UNPKG

@aplus-frontend/antdv

Version:

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

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