ember-sortable
Version:
Sortable UI primitives for Ember.
11 lines (10 loc) • 438 B
TypeScript
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;
};