mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4610
This commit is contained in:
parent
da7fab930c
commit
66fe4f9ece
2 changed files with 4 additions and 0 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -1,6 +1,7 @@
|
|||
import { Plugin } from 'vue';
|
||||
import { AccordionPassThroughOptions } from '../accordion';
|
||||
import { AccordionTabPassThroughOptions } from '../accordiontab';
|
||||
import { AnimateDirectivePassThroughOptions } from '../animate';
|
||||
import { AutoCompletePassThroughOptions } from '../autocomplete';
|
||||
import { AvatarPassThroughOptions } from '../avatar';
|
||||
import { AvatarGroupPassThroughOptions } from '../avatargroup';
|
||||
|
@ -218,6 +219,7 @@ export interface PrimeVuePTOptions {
|
|||
styleclass?: StyleClassDirectivePassThroughOptions;
|
||||
focustrap?: FocusTrapDirectivePassThroughOptions;
|
||||
ripple?: RippleDirectivePassThroughOptions;
|
||||
animate?: AnimateDirectivePassThroughOptions;
|
||||
};
|
||||
global?: {
|
||||
css?: (options: any) => string | string | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue