UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 287 B
import type { SFCWithInstall } from '../_util/interface'; import Avatar from './avatar'; export { avatarProps } from './props'; export type { AvatarProps } from './props'; type AvatarType = SFCWithInstall<typeof Avatar>; export declare const FAvatar: AvatarType; export default FAvatar;