mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-09 23:12:30 +00:00
The package now requires using a ModalTransition component to handle animations. The existing DialogContainer component has been split into native and web implementations to support this change.
9 lines
390 B
JavaScript
9 lines
390 B
JavaScript
// @flow
|
|
|
|
export { default as AbstractDialogTab } from './AbstractDialogTab';
|
|
export type { Props as AbstractDialogTabProps } from './AbstractDialogTab';
|
|
export { default as Dialog } from './Dialog';
|
|
export { default as DialogContainer } from './DialogContainer';
|
|
export { default as DialogWithTabs } from './DialogWithTabs';
|
|
export { default as StatelessDialog } from './StatelessDialog';
|