Fix PrimeVuePTOptions.global.css (missing parenthesis)
parent
2781cae180
commit
4e8852ca71
|
@ -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