UNPKG

primevue

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue)

13 lines (11 loc) 322 B
import Vue from 'vue'; declare class Rating extends Vue { value?: number; disabled?: boolean; readonly?: boolean; stars?: number; cancel?: boolean; $emit(eventName: 'input', value: any): this; $emit(eventName: 'change', e: { originalEvent: Event, value: any }): this; } export default Rating;