Merge pull request #5232 from xenolithviktor/fix-ts-pt-global-css
Fix PrimeVuePTOptions.global.css (missing parenthesis)pull/5247/head
commit
345dd1bd25
|
@ -222,7 +222,7 @@ export interface PrimeVuePTOptions {
|
||||||
animate?: AnimateOnScrollDirectivePassThroughOptions;
|
animate?: AnimateOnScrollDirectivePassThroughOptions;
|
||||||
};
|
};
|
||||||
global?: {
|
global?: {
|
||||||
css?: (options: any) => string | string | undefined;
|
css?: ((options: any) => string | undefined) | string | undefined;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue