UNPKG

ember-sortable

Version:
11 lines (10 loc) 438 B
import type { A11yAnnouncementConfig } from './defaults'; export declare const DRAG_ACTIONS: (keyof WindowEventMap)[]; export declare const ELEMENT_CLICK_ACTION = "click"; export declare const END_ACTIONS: string[]; export declare const ANNOUNCEMENT_ACTION_TYPES: { ACTIVATE: keyof A11yAnnouncementConfig; MOVE: keyof A11yAnnouncementConfig; CONFIRM: keyof A11yAnnouncementConfig; CANCEL: keyof A11yAnnouncementConfig; };