15 lines
341 B
TypeScript
15 lines
341 B
TypeScript
/**
|
|
*
|
|
* Calendar also known as DatePicker, is a form component to work with dates.
|
|
*
|
|
* [Live Demo](https://www.primevue.org/datepicker/)
|
|
*
|
|
* @module calendarstyle
|
|
*
|
|
*/
|
|
import { DatePickerStyle } from '../../datepicker/style/DatePickerStyle';
|
|
|
|
export enum CalendarClasses {}
|
|
|
|
export interface CalendarStyle extends DatePickerStyle {}
|