UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

8 lines (7 loc) 295 B
/** * Standardize key property of keyboard event (mostly for ie11) */ export declare function getKey(key: string, dir?: "rtl" | "ltr"): string; export declare function isActivationKey(key: string): boolean; export declare const numberKeys: string[]; export declare const letterKeys: string[];