import { FASTElement } from "@microsoft/fast-element"; import type { TextInputType } from "./text-input.options.js"; /** * A Text Input Custom HTML Element. * Based largely on the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input | ``} element. * * @slot start - Content which can be provided before the input * @slot end - Content which can be provided after the input * @slot - The default slot for button content * @csspart label - The internal `