mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-24 04:15:54 +08:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import Avatar from './avatar'
|
|
import { AvatarProps } from './avatar'
|
|
|
|
export type Props = AvatarProps
|
|
export default Avatar
|