Files

2 lines
136 B
TypeScript
Raw Permalink Normal View History

2025-11-23 14:59:17 -08:00
export declare const createRoundedRectPathD: (x: number, y: number, totalWidth: number, totalHeight: number, radius: number) => string;