mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7 lines
191 B
JavaScript
7 lines
191 B
JavaScript
/** @flow */
|
|
|
|
export const MESSAGE_TYPE_GET_SAVED_PREFERENCES =
|
|
'React::DevTools::getSavedPreferences';
|
|
export const MESSAGE_TYPE_SAVED_PREFERENCES =
|
|
'React::DevTools::savedPreferences';
|