mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-04 18:00:19 +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.
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
// @flow
|
|
|
|
export * from './_';
|
|
|
|
export { default as DialogContent } from './DialogContent';
|