UNPKG

tsx-schema-markup

Version:

A package for adding schema markup to your tsx page

5 lines (4 loc) 221 B
import { SpeakableSpecification as SchemaType } from "schema-dts"; type Props = Omit<SchemaType, "@type">; export declare function SpeakableSpecification(props: Props): import("react/jsx-runtime").JSX.Element; export {};