Home Reference Source Repository

src/components/alert/index.js

/**
 * @author haw
 */

import '../base';
import './style';

export Alert from './Alert';
export Confirm from './Confirm';
export Prompt from './Prompt';