UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 322 B
import React, { DetailedHTMLProps, ImgHTMLAttributes } from 'react'; export type Props = DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>; export declare const CambodiaRoundIcon: (props: Props) => React.JSX.Element; export declare const CambodiaSquareIcon: (props: Props) => React.JSX.Element;