/** * @license * Copyright (c) 2000 - 2024 Vaadin Ltd. * * This program is available under Vaadin Commercial License and Service Terms. * * * See https://vaadin.com/commercial-license-and-service-terms for the full * license. */ import type { FormItem } from '@vaadin/form-layout/src/vaadin-form-item.js'; /** * @deprecated Import `FormItem` from `@vaadin/form-layout/vaadin-form-item` instead. */ export type FormItemElement = FormItem; /** * @deprecated Import `FormItem` from `@vaadin/form-layout/vaadin-form-item` instead. */ export const FormItemElement: typeof FormItem; export * from '@vaadin/form-layout/src/vaadin-form-item.js';