svgcanvas/types/roundRect.d.ts

2 lines
85 B
TypeScript

export default function roundRect(x: any, y: any, w: any, h: any, radii: any): void;