UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines (7 loc) 221 B
import React from 'react'; export type CardImageProps = { src: string; alt: string; position?: 'start' | 'end'; }; export declare function CardImage({ src, alt, position }: CardImageProps): React.JSX.Element;