UNPKG

@hhgtech/hhg-components

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