Fixed #4230 - Add custom global.css option to Pass Through(PT)

This commit is contained in:
mertsincan 2023-08-02 13:39:12 +03:00
parent 96357a5a1b
commit 596f3abed9
3 changed files with 49 additions and 20 deletions

View file

@ -210,6 +210,9 @@ export interface PrimeVuePTOptions {
focustrap?: FocusTrapDirectivePassThroughOptions;
ripple?: RippleDirectivePassThroughOptions;
};
global?: {
css?: (options: any) => string | string | undefined;
};
}
export interface PrimeVueLocaleAriaOptions {