UNPKG

@heroui/image

Version:

A simple image component

13 lines (10 loc) 409 B
import * as _heroui_system from '@heroui/system'; import { UseImageProps } from './use-image.js'; import 'tailwind-variants'; import 'react'; import '@heroui/theme'; import '@heroui/react-utils'; interface ImageProps extends Omit<UseImageProps, "showSkeleton"> { } declare const Image: _heroui_system.InternalForwardRefRenderFunction<"img", ImageProps, never>; export { type ImageProps, Image as default };