mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-13 20:42:31 +00:00
Make it more generic by accepting any content except of just rows with text and icons. In addition, rework its structure so the animation is smoother, by putting the background overlay outside of the Modal. This way, the animation doesn't affect the background, which won't slide down.
5 lines
230 B
JavaScript
5 lines
230 B
JavaScript
export { default as BottomSheet } from './BottomSheet';
|
|
export { default as DialogContainer } from './DialogContainer';
|
|
export { default as Dialog } from './Dialog';
|
|
export { default as StatelessDialog } from './StatelessDialog';
|