import React, { Component } from 'react'; import type { HelmetProps } from './types'; interface React19DispatcherProps extends HelmetProps { /** * The processed props including mapped children. These come from Helmet's * mapChildrenToProps or the raw API props. */ [key: string]: any; } /** * React 19+ Dispatcher: Instead of manual DOM manipulation, this component * renders actual JSX elements. React 19 automatically hoists