UNPKG

@fesjs/fes-design

Version:
9 lines (6 loc) 219 B
import './style'; import { withInstall } from '../_util/withInstall'; import Avatar from './avatar'; export { avatarProps } from './props'; const FAvatar = withInstall(Avatar); export { FAvatar, FAvatar as default };