UNPKG

@hhgtech/hhg-components

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