UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

12 lines (11 loc) 309 B
export type DialogPlacement = "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "cover" | "center"; export type DialogResizePosition = { top: number; right: number; bottom: number; left: number; }; export type DialogDragPosition = { x: number; y: number; };