Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import React from 'react';
import { JsonLdProps } from './typings';
declare class JsonLd extends React.PureComponent<JsonLdProps> {
render(): JSX.Element;
}
export { JsonLd };
export { JsonLd as JSONLD };
export default JsonLd;