UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

5 lines (4 loc) 323 B
export type InputPlacement = "vertical" | "horizontal" | "none"; export type NumberNudgeDirection = "up" | "down"; export type SetValueOrigin = "initial" | "connected" | "user" | "reset" | "direct"; export type TextType = "text" | "textarea" | "email" | "password" | "tel" | "number" | "search" | "file" | "time" | "date";