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)

18 lines (16 loc) 489 B
import Vue from 'vue'; declare class Password extends Vue { value?: string; promptLabel?: string; mediumRegex?: string; strongRegex?: string; weakLabel?: string; mediumLabel?: string; strongLabel?: string; feedback?: boolean; $emit(eventName: 'input', value: any): this; $emit(eventName: 'focus', event: Event): this; $emit(eventName: 'blur', event: Event): this; $emit(eventName: 'keydown', event: Event): this; } export default Password;