mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
10 lines
167 B
TypeScript
10 lines
167 B
TypeScript
export const CommonPopperModifiers = [
|
|
{ name: "arrow", enabled: false },
|
|
{
|
|
name: "computeStyles",
|
|
options: {
|
|
gpuAcceleration: false,
|
|
},
|
|
},
|
|
];
|