mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
9 lines
305 B
TypeScript
9 lines
305 B
TypeScript
|
|
export const TERM_GROUP_REQUEST = 'TERM_GROUP_REQUEST';
|
||
|
|
export const TERM_GROUP_EXIT = 'TERM_GROUP_EXIT';
|
||
|
|
export const TERM_GROUP_RESIZE = 'TERM_GROUP_RESIZE';
|
||
|
|
export const TERM_GROUP_EXIT_ACTIVE = 'TERM_GROUP_EXIT_ACTIVE';
|
||
|
|
export const DIRECTION = {
|
||
|
|
HORIZONTAL: 'HORIZONTAL',
|
||
|
|
VERTICAL: 'VERTICAL'
|
||
|
|
};
|