mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #5504 - Remove unstyled option from plugin options
This commit is contained in:
parent
71715f5523
commit
a0852af364
1 changed files with 0 additions and 1 deletions
1
components/lib/config/PrimeVue.d.ts
vendored
1
components/lib/config/PrimeVue.d.ts
vendored
|
@ -103,7 +103,6 @@ export interface PrimeVueConfiguration {
|
||||||
zIndex?: PrimeVueZIndexOptions;
|
zIndex?: PrimeVueZIndexOptions;
|
||||||
pt?: PassThrough<PrimeVuePTOptions>;
|
pt?: PassThrough<PrimeVuePTOptions>;
|
||||||
ptOptions?: PassThroughOptions;
|
ptOptions?: PassThroughOptions;
|
||||||
unstyled?: boolean;
|
|
||||||
csp?: PrimeVueCSPOptions;
|
csp?: PrimeVueCSPOptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue