Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

index.js 485B

1234567891011
  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 InputDialog } from './InputDialog';
  6. export { default as CustomSubmitDialog } from './CustomSubmitDialog';
  7. // NOTE: Some dialogs reuse the style of these base classes for consistency
  8. // and as we're in a /native namespace, it's safe to export the styles.
  9. export * from './styles';