/
githubmirror
/
halo
Обзор
Документация
Войти
/
githubmirror
/
halo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ui/src/setup/setupFormKitRuntime.ts
11 строк
353 B
Ryan Wang
Support ESM UI plugins and themes (#10213)
07 авг 2026, 18:49
Не верифицирован
07 авг 2026, 18:49
ac256d3
Код
Авторство
О чём код?
import * as FormKitCore from "@formkit/core"; import * as FormKitVue from "@formkit/vue"; const runtime = globalThis as typeof globalThis & { FormKitCore?: typeof FormKitCore; FormKitVue?: typeof FormKitVue; }; runtime.FormKitCore = FormKitCore; // TODO(Halo 3): Remove after legacy IIFE UI provider support ends. runtime.FormKitVue = FormKitVue;