6 lines
192 B
TypeScript
Executable File
6 lines
192 B
TypeScript
Executable File
import BDialog from './BDialog';
|
|
import BDialogContent from './BDialogContent';
|
|
import { DialogTheme } from './theme';
|
|
export { BDialog, BDialogContent, DialogTheme };
|
|
export default BDialog;
|