UNPKG

@hhgtech/hhg-components

Version:
9 lines (8 loc) 290 B
import React from 'react'; import { TypeProps } from "./index"; export type Props = { type: TypeProps; width?: string | number; height?: string | number; }; export declare const LogoIcon: React.MemoExoticComponent<({ type, width, height }: Props) => React.JSX.Element>;