UNPKG

@fesjs/fes-design

Version:
9 lines (6 loc) 212 B
import './style'; import { withInstall } from '../_util/withInstall'; import Alert from './alert'; export { alertProps } from './alert'; const FAlert = withInstall(Alert); export { FAlert, FAlert as default };