UNPKG

vue3-star-ratings-ksh

Version:

A simple, customizable vue3 component for star ratings

5 lines (3 loc) 198 B
import { DefineComponent, Plugin } from 'vue'; declare const Vue3StarRatings: DefineComponent<{}, {}, any> & { install: Exclude<Plugin['install'], undefined> }; export default Vue3StarRatings;