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) [![Join the chat at https://gitter.im/primefaces/primevu

14 lines (13 loc) 400 B
import Vue from 'vue'; export declare class Slider extends Vue { value?: number | any[]; min?: number; max?: number; orientation?: string; step?: number; range?: boolean; disabled?: boolean; $emit(eventName: 'input', value: any): this; $emit(eventName: 'change', value: any): this; $emit(eventName: 'slideend', e: {originalEvent: Event, values: any}): this; }