UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

6 lines (5 loc) 339 B
import { PopperPlacement } from "../../utils/popper"; export interface ItemKeyboardEvent { keyboardEvent: KeyboardEvent; } export declare type DropdownPlacement = Extract<PopperPlacement, "top-start" | "top" | "top-end" | "bottom-start" | "bottom" | "bottom-end" | "top-leading" | "top-trailing" | "bottom-leading" | "bottom-trailing">;