mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-09 17:13:39 +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
|