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

10 lines (7 loc) 147 B
interface InputSwitchProps { modelValue?: boolean; } declare class InputSwitch { $props: InputSwitchProps; } export default InputSwitch;