Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112
  1. // @flow
  2. export { default as BottomSheet } from './BottomSheet';
  3. export { default as ConfirmDialog } from './ConfirmDialog';
  4. export { default as CustomDialog } from './CustomDialog';
  5. export { default as DialogContainer } from './DialogContainer';
  6. export { default as InputDialog } from './InputDialog';
  7. export { default as CustomSubmitDialog } from './CustomSubmitDialog';
  8. // NOTE: Some dialogs reuse the style of these base classes for consistency
  9. // and as we're in a /native namespace, it's safe to export the styles.
  10. export * from './styles';