UNPKG

@ray-js/components

Version:

Ray basic components

5 lines (4 loc) 135 B
import * as React from 'react'; import { ImageProps } from './props'; declare const Image: React.FC<ImageProps>; export default Image;