Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
12345678910 |
- // @flow
- declare var interfaceConfig: Object;
-
- /**
- * Everything about recent list on web should be behind a feature flag and in
- * order to share code, this alias for the feature flag on mobile is set to the
- * value defined in interface_config
- * @type {boolean}
- */
- export const { RECENT_LIST_ENABLED } = interfaceConfig;
|