wix-style-react
Version:
20 lines (18 loc) • 655 B
TypeScript
import MessageBoxFunctionalLayout, {
MessageBoxFunctionalLayoutProps,
MessageBoxFunctionalLayoutTheme,
} from './FunctionalLayout/MessageBoxFunctionalLayout';
import MessageBoxMarketerialLayout, {
MessageBoxMarketerialLayoutProps,
MessageBoxMarketerialLayoutTheme,
MessageBoxMarketerialLayoutThemePrimaryButtonTheme,
} from './MarketerialLayout/MessageBoxMarketerialLayout';
export {
MessageBoxMarketerialLayout,
MessageBoxMarketerialLayoutProps,
MessageBoxMarketerialLayoutTheme,
MessageBoxMarketerialLayoutThemePrimaryButtonTheme,
MessageBoxFunctionalLayout,
MessageBoxFunctionalLayoutProps,
MessageBoxFunctionalLayoutTheme,
};