Type Alias: HeadContext
Type Alias: HeadContext
type HeadContext = BaseHeadContext;
The type representing the Head Context for React. It extends the BaseHeadContext to include additional properties specific to React. This type is used to manage the head elements of a React application.