hyper/lib/constants/tabs.ts
2019-10-11 19:55:54 +02:00

2 lines
78 B
TypeScript

export const CLOSE_TAB = 'CLOSE_TAB';
export const CHANGE_TAB = 'CHANGE_TAB';