UNPKG

@keen.io/ui-core

Version:

Keen visual components library

11 lines (10 loc) 232 B
import { FC } from 'react'; declare type Props = { name: string; src?: string; alt?: string; initialHeight?: number; useLoader?: boolean; }; export declare const Image: FC<Props>; export default Image;