UNPKG

primevue

Version:

PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBloc

15 lines (12 loc) 326 B
/** * * A keyfilter is a directive used to block individual keystrokes based on a pattern. * * [Live Demo](https://primevue.org/keyfilter) * * @module keyfilterstyle * */ import type { BaseStyle } from '@primevue/core/base/style'; export enum KeyFilterClasses {} export interface KeyFilterStyle extends BaseStyle {}