Files
jitsi-meet/react/features/base/dialog/components/native/index.js

14 lines
605 B
JavaScript
Raw Normal View History

2018-10-18 10:28:08 +02:00
// @flow
export { default as BottomSheet } from './BottomSheet';
export { default as ConfirmDialog } from './ConfirmDialog';
export { default as CustomDialog } from './CustomDialog';
export { default as DialogContainer } from './DialogContainer';
2019-05-07 16:47:33 +02:00
export { default as AlertDialog } from './AlertDialog';
2018-10-18 10:28:08 +02:00
export { default as InputDialog } from './InputDialog';
export { default as CustomSubmitDialog } from './CustomSubmitDialog';
// NOTE: Some dialogs reuse the style of these base classes for consistency
// and as we're in a /native namespace, it's safe to export the styles.
export * from './styles';