Remove DOM component (#14328)

* Remove DOM component

* fix compile

* Remove enum type

* one more
This commit is contained in:
Charles Gagnon
2021-02-17 15:16:42 -08:00
committed by GitHub
parent 05f97411fa
commit d159a1eb50
11 changed files with 0 additions and 145 deletions

View File

@@ -327,7 +327,6 @@ export function createViewContext(): ViewTestContext {
divContainer: () => divBuilder,
flexContainer: () => flexBuilder,
splitViewContainer: () => splitViewBuilder,
dom: undefined!,
card: () => undefined!,
inputBox: () => inputBoxBuilder,
checkBox: () => checkBoxBuilder!,