mirror of
https://github.com/langgenius/dify.git
synced 2026-07-21 18:58:35 +08:00
6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
;(
|
|
globalThis as typeof globalThis & {
|
|
BASE_UI_ANIMATIONS_DISABLED: boolean
|
|
}
|
|
).BASE_UI_ANIMATIONS_DISABLED = true
|