UNPKG

@skillbill/vuelace-3

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/@skillbill%2Fvuelace-3.svg)](https://badge.fury.io/js/@skillbill%2Fvuelace-3)

7 lines (6 loc) 511 B
export type { SlChangeEvent, SlInputEvent, SlInvalidEvent, SlShowEvent, SlBlurEvent, SlFocusEvent, SlHideEvent, SlClearEvent, SlAfterHideEvent, SlAfterShowEvent, SlInitialFocusEvent, SlRequestCloseEvent } from '@shoelace-style/shoelace'; export type { AutoCompleteChangeEvent, AutoCompleteCompleteEvent, AutoCompleteDropdownClickEvent, AutoCompleteItemSelectEvent, AutoCompleteItemUnselectEvent } from 'primevue/autocomplete'; export interface VLInputRuleType { validateFn: Function; message: string; }