This commit is contained in:
mertsincan 2024-04-01 14:58:07 +01:00
parent 5671752903
commit e896552ccb
5 changed files with 33 additions and 20 deletions

View file

@ -101,6 +101,8 @@ export interface PrimeVueConfiguration {
locale?: PrimeVueLocaleOptions;
filterMatchModeOptions?: any;
zIndex?: PrimeVueZIndexOptions;
theme?: any;
unstyled?: boolean;
pt?: PassThrough<PrimeVuePTOptions>;
ptOptions?: PassThroughOptions;
csp?: PrimeVueCSPOptions;