UNPKG

nuxt-rating

Version:

Display or retrieve a score on a fully customisable scale.

13 lines (12 loc) 257 B
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 }