Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import { ScriptHTMLAttributes } from 'react';
export interface DangerouslySetInnerHTML {
__html: string;
}
export interface Schema {
}
/**
* PROPS
*/
export interface JsonLdProps<Extension = any> extends ScriptHTMLAttributes<Extension> {
data?: Schema;
}