@hhgtech/hhg-components
Version:
Hello Health Group common components
10 lines (9 loc) • 323 B
TypeScript
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>;