UNPKG

@mornya/react-image-libs

Version:
12 lines (11 loc) 313 B
import React from 'react'; export type SwapImageProps = { mainImagePath: string; subImagePath: string; title?: string; loading?: JSXElement | null; error?: JSXElement | null; className?: string; style?: React.CSSProperties; }; export declare const SwapImage: React.FC<SwapImageProps>;