UNPKG

vue3-radial-progress

Version:

A smart and light radial progress bar component for Vue 3.

5 lines (4 loc) 134 B
export declare type StrokeLinecap = "square" | "round" | "butt"; export declare type Style = { [key: string]: string | number; };