@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
1 lines • 695 B
Source Map (JSON)
{"version":3,"file":"index.mjs","names":["AvatarParent","AvatarGroup"],"sources":["../../src/Avatar/index.ts"],"sourcesContent":["import { type ReactNode, RefAttributes } from 'react';\n\nimport AvatarParent from './Avatar';\nimport AvatarGroup from './AvatarGroup';\nimport { type AvatarProps } from './type';\n\ninterface IAvatar {\n (props: AvatarProps & RefAttributes<HTMLDivElement>): ReactNode;\n Group: typeof AvatarGroup;\n}\n\nconst Avatar = AvatarParent as unknown as IAvatar;\nAvatar.Group = AvatarGroup;\n\nexport default Avatar;\nexport { default as AvatarGroup } from './AvatarGroup';\nexport type * from './type';\n"],"mappings":";;;;AAWA,MAAM,SAASA;AACf,OAAO,QAAQC;AAEf,qBAAe"}