UNPKG

@findnlink/neuro-ui

Version:
4 lines (3 loc) 167 B
/// <reference types="react" /> import { ImageProps } from './Image.types'; export declare const Image: ({ src, width, height, ...props }: ImageProps) => JSX.Element;