This commit is contained in:
Tuğçe Küçükoğlu 2023-10-13 14:26:43 +03:00
parent da7fab930c
commit 66fe4f9ece
2 changed files with 4 additions and 0 deletions

View file

@ -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;