UNPKG

@master-c8/commons

Version:
5 lines (3 loc) 175 B
import { HTMLProps } from 'react'; export interface LogotypeProps extends HTMLProps<HTMLImageElement> {} export default function Logotype(props: LogotypeProps): JSX.Element;