mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-25 21:05:36 +08:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import Image from './image'
|
|
import { ImageProps } from './image'
|
|
|
|
export type Props = ImageProps
|
|
export default Image
|