import Button from './button'; import ButtonContainer from './Container'; import { Type } from './type'; Button.Type = Type; Button.Container = ButtonContainer; export default Button;