synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
10 lines • 354 B
TypeScript
import React from 'react';
import { Thing, WithContext } from 'schema-dts';
export type JsonLdScriptProps = {
thing: WithContext<Thing>;
};
/**
* This component will add a json ld script tag to the page when rendered.
*/
export declare function JsonLdScript({ thing }: JsonLdScriptProps): React.ReactNode;
//# sourceMappingURL=JsonLdScript.d.ts.map