diff --git a/internal/controller/form-controller.ts b/internal/controller/form-controller.ts deleted file mode 100644 index bb3005af4c..0000000000 --- a/internal/controller/form-controller.ts +++ /dev/null @@ -1,109 +0,0 @@ -/** - * @license - * Copyright 2021 Google LLC - * SPDX-License-Identifier: Apache-2.0 - */ - -import {ReactiveController, ReactiveControllerHost} from 'lit'; - -declare global { - interface Window { - ShadyDOM?: {inUse: boolean;}; - } -} - -/** - * An element that `FormController` may use. - */ -export interface FormElement extends ReactiveControllerHost, HTMLElement { - /** - * The `