UNPKG

rax-image

Version:
5 lines (4 loc) 170 B
import { ForwardRefExoticComponent } from 'rax'; import { ImageProps } from '../types'; declare const Image: ForwardRefExoticComponent<ImageProps>; export default Image;