ether-admin/node_modules/ant-design-vue/lib/style/roundedArrow.d.ts

3 lines
194 B
TypeScript

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