feature: add projects page (2 parts works)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export interface ICircularProgressProps {
|
||||
percentage: number
|
||||
className?: string
|
||||
bgClassName?: string
|
||||
valueClassName?: string
|
||||
color?: string
|
||||
size?: number
|
||||
strokeWidth?: number
|
||||
strokeLinecap?: "butt" | "round" | "square"
|
||||
ariaLabel?: string
|
||||
}
|
||||
Reference in New Issue
Block a user