UNPKG

@uiw/react-head

Version:

React components will manage your changes to the document head

5 lines (4 loc) 228 B
import React, { type ElementType, type ComponentPropsWithoutRef } from 'react'; export declare const HeadElement: <T extends ElementType<any> = "link">(props: { as?: T; } & ComponentPropsWithoutRef<T>) => React.ReactPortal;