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)

14 lines (12 loc) 306 B
import Vue from 'vue'; declare class ToggleButton extends Vue { value?: boolean; onIcon?: string; offIcon?: string; onLabel?: string; offLabel?: string; iconPos?: string; ariaLabelledBy?: string; $emit(eventName: string, event: Event): this; } export default ToggleButton;