UNPKG

nuxt-rating

Version:

Display or retrieve a score on a fully customisable scale.

7 lines (6 loc) 137 B
export default class AlphaColor { color: string; opacity: number; constructor(color: string); parseAlphaColor(): this; }