UNPKG

@spectrum-web-components/textfield

Version:

`sp-textfield` components are text boxes that allow users to input custom text entries with a keyboard. Various decorations can be displayed around the field to communicate the entry requirements.

7 lines (6 loc) 146 B
import { Textfield } from './src/Textfield.js'; declare global { interface HTMLElementTagNameMap { 'sp-textfield': Textfield; } }