Fixed #5504 - Remove unstyled option from plugin options

pull/5507/head
mertsincan 2024-04-01 10:47:38 +01:00
parent 71715f5523
commit a0852af364
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ export interface PrimeVueConfiguration {
zIndex?: PrimeVueZIndexOptions;
pt?: PassThrough<PrimeVuePTOptions>;
ptOptions?: PassThroughOptions;
unstyled?: boolean;
csp?: PrimeVueCSPOptions;
}