From a0852af364a18e0ef1edcf68c7b8e274c0eadd60 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Mon, 1 Apr 2024 10:47:38 +0100 Subject: [PATCH] Fixed #5504 - Remove unstyled option from plugin options --- components/lib/config/PrimeVue.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/components/lib/config/PrimeVue.d.ts b/components/lib/config/PrimeVue.d.ts index f580b251e..12ec2e6b4 100644 --- a/components/lib/config/PrimeVue.d.ts +++ b/components/lib/config/PrimeVue.d.ts @@ -103,7 +103,6 @@ export interface PrimeVueConfiguration { zIndex?: PrimeVueZIndexOptions; pt?: PassThrough; ptOptions?: PassThroughOptions; - unstyled?: boolean; csp?: PrimeVueCSPOptions; }