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) 333 B
/** * * Calendar also known as DatePicker, is a form component to work with dates. * * [Live Demo](https://www.primevue.org/datepicker/) * * @module calendarstyle * */ import type { DatePickerStyle } from 'primevue/datepicker/style'; export enum CalendarClasses {} export interface CalendarStyle extends DatePickerStyle {}