@skillbill/vuelace-3
Version:
[](https://opensource.org/licenses/MIT) [](https://badge.fury.io/js/@skillbill%2Fvuelace-3)
7 lines (6 loc) • 511 B
TypeScript
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;
}