mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3922 - For Calendar
This commit is contained in:
parent
f0dbc3d33c
commit
60aa4aca39
4 changed files with 351 additions and 58 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -6,6 +6,7 @@ import { BadgePassThroughOptions } from '../badge';
|
|||
import { BlockUIPassThroughOptions } from '../blockui';
|
||||
import { BreadcrumbPassThroughOptions } from '../breadcrumb';
|
||||
import { ButtonPassThroughOptions } from '../button';
|
||||
import { CalendarPassThroughOptions } from '../calendar';
|
||||
import { CardPassThroughOptions } from '../card';
|
||||
import { CarouselPassThroughOptions } from '../carousel';
|
||||
import { ChartPassThroughOptions } from '../chart';
|
||||
|
@ -72,6 +73,7 @@ interface PrimeVuePTOptions {
|
|||
blockui?: BlockUIPassThroughOptions;
|
||||
breadcrumb?: BreadcrumbPassThroughOptions;
|
||||
button?: ButtonPassThroughOptions;
|
||||
calendar?: CalendarPassThroughOptions;
|
||||
card?: CardPassThroughOptions;
|
||||
carousel?: CarouselPassThroughOptions;
|
||||
chart?: ChartPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue