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';
|