UNPKG

@sajari/sdk-react

Version:
8 lines (7 loc) 192 B
/// <reference types="react" /> export interface ImageProps { alt: string; src: string; className?: string; } export declare function Image(props: ImageProps): JSX.Element;