Files
react/components/avatar/index.ts
2020-03-19 01:15:58 +08:00

6 lines
124 B
TypeScript

import Avatar from './avatar'
import { AvatarProps } from './avatar'
export type Props = AvatarProps
export default Avatar