UNPKG

shineout

Version:
4 lines (3 loc) 150 B
import { ImageProps } from './image.type'; declare const Image: (props: ImageProps) => import("react/jsx-runtime").JSX.Element; export default Image;