UNPKG

@hhgtech/hhg-components

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