[FIX] reactivity: export Reactive type

This commit is contained in:
Géry Debongnie
2022-01-19 15:22:41 +01:00
committed by Aaron Bohy
parent 99b5e9ec55
commit 81f44ee5d3
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -14,6 +14,9 @@ import {
} from "./blockdom";
import { mainEventHandler } from "./component/handler";
import { Portal } from "./portal";
export type { Reactive } from "./reactivity";
config.shouldNormalizeDom = false;
config.mainEventHandler = mainEventHandler;