UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

3 lines (2 loc) 128 B
/** This type is used to represent a union of all possible values in a given object. */ export type ValueUnion<T> = T[keyof T];