@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
3 lines • 372 B
TypeScript
import { ImageStyle, imageStyle } from "./image.style.js";
import { Image, ImageProps, ImagePropsContext, useImagePropsContext } from "./image.js";
export { Image, type ImageProps, ImagePropsContext, ImageStyle, Image as Img, type ImageProps as ImgProps, ImagePropsContext as ImgPropsContext, imageStyle, useImagePropsContext, useImagePropsContext as useImgPropsContext };