UNPKG

@hhgtech/hhg-components

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