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) [![Discord Chat](https://img.shields.io/discord/55794023

13 lines (10 loc) 261 B
interface TriStateCheckboxProps { modelValue?: any; style?: any; class?: string; } declare class TriStateCheckbox { $props: TriStateCheckboxProps; $emit(eventName: 'update:modelValue', value: any): this; } export default TriStateCheckbox;