Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import React from 'react';
import { HeaderLogoProps } from './typings';
export default class HeaderLogo extends React.PureComponent<HeaderLogoProps> {
readonly schemaData: {
'@context': string;
'@type': string;
'url': string;
'logo': string;
};
render(): JSX.Element;
}