mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4230 - Add custom global.css option to Pass Through(PT)
This commit is contained in:
parent
96357a5a1b
commit
596f3abed9
3 changed files with 49 additions and 20 deletions
3
components/lib/config/PrimeVue.d.ts
vendored
3
components/lib/config/PrimeVue.d.ts
vendored
|
@ -210,6 +210,9 @@ export interface PrimeVuePTOptions {
|
|||
focustrap?: FocusTrapDirectivePassThroughOptions;
|
||||
ripple?: RippleDirectivePassThroughOptions;
|
||||
};
|
||||
global?: {
|
||||
css?: (options: any) => string | string | undefined;
|
||||
};
|
||||
}
|
||||
|
||||
export interface PrimeVueLocaleAriaOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue