UNPKG

@gechiui/components

Version:
20 lines (19 loc) 540 B
/** * External dependencies */ // eslint-disable-next-line no-restricted-imports /** * Internal dependencies */ export const CHANGE = 'CHANGE'; export const COMMIT = 'COMMIT'; export const DRAG_END = 'DRAG_END'; export const DRAG_START = 'DRAG_START'; export const DRAG = 'DRAG'; export const INVALIDATE = 'INVALIDATE'; export const PRESS_DOWN = 'PRESS_DOWN'; export const PRESS_ENTER = 'PRESS_ENTER'; export const PRESS_UP = 'PRESS_UP'; export const RESET = 'RESET'; export const UPDATE = 'UPDATE'; //# sourceMappingURL=actions.js.map