UNPKG

krypton-vite-demo

Version:
3 lines (2 loc) 158 B
import { CardImageProps } from "./types"; export declare const CardImage: import("react").MemoExoticComponent<({ ...props }: CardImageProps) => JSX.Element>;