mirror of
https://github.com/langgenius/dify.git
synced 2026-05-07 06:01:13 -04:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
(
|
|
globalThis as typeof globalThis & {
|
|
BASE_UI_ANIMATIONS_DISABLED: boolean
|
|
}
|
|
).BASE_UI_ANIMATIONS_DISABLED = true
|