mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 19:44:21 +00:00
303e44abb3
* [WIP] Start port of V3 Modal * allow lambda functions in React Components * lint code * add null case for modalRef * fix action test * reduce onboard slide boilerplate * delete images and componentize OnboardSlide * comment out info onboarding message * fix merge conflict * fix prettier error * revert tslint file * fix type in modal * add translations to onboard modal * add in images, fix stlyes
7 lines
186 B
TypeScript
7 lines
186 B
TypeScript
export enum TypeKeys {
|
|
START_ONBOARD_SESSION = 'START_ONBOARD_SESSION',
|
|
RESUME_SLIDE = 'RESUME_SLIDE',
|
|
DECREMENT_SLIDE = 'DECREMENT_SLIDE',
|
|
INCREMENT_SLIDE = 'INCREMENT_SLIDE'
|
|
}
|