UNPKG

tsx-schema-markup

Version:

A package for adding schema markup to your tsx page

6 lines (5 loc) 206 B
import { Thing } from "schema-dts"; export type StructuredDataProps = { thing: Thing; }; export declare function StructuredData({ thing }: StructuredDataProps): import("react/jsx-runtime").JSX.Element;