UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 247 B
import React, { SVGProps } from 'react'; export type Props = SVGProps<SVGSVGElement>; export declare const SingaporeRoundIcon: (props: Props) => React.JSX.Element; export declare const SingaporeSquareIcon: (props: Props) => React.JSX.Element;