UNPKG

galileo-ui

Version:

My Design System Components

11 lines (10 loc) 274 B
/// <reference types="react" /> interface MyImageProps { width: number; height: number; src: string; alt: string; borderRadius?: string; } export declare function StkImage({ width, height, src, alt, borderRadius }: MyImageProps): JSX.Element; export {};