UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

10 lines 354 B
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