UNPKG

227 BTypeScriptView Raw
1/// <reference types="react" />
2export declare const DOMAttributeNames: Record<string, string>;
3export default function initHeadManager(): {
4 mountedInstances: Set<unknown>;
5 updateHead: (head: JSX.Element[]) => void;
6};