mirror of
https://github.com/zhigang1992/react.git
synced 2026-05-22 07:52:06 +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
|