UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

4 lines (3 loc) 199 B
export type InputPlacement = "vertical" | "horizontal" | "none"; export type NumberNudgeDirection = "up" | "down"; export type SetValueOrigin = "initial" | "connected" | "user" | "reset" | "direct";