export type NuxtStarProps = {
  fill: number
  points: number[]
  size: number | string
  starId: number | string
  activeColor: string
  inactiveColor: string
  borderColor: string
  skeletonColor?: string
  borderWidth: number
  roundedCorners: boolean
}
