297export * from 'react-reconciler/src/ReactFiberConfigWithNoPersistence';
298
299▶function getOwnerDocumentFromRootContainer(
300 rootContainerElement: Element | Document | DocumentFragment,
301): Document {
· · ·
305}
306
307▶export function getRootHostContext(
308 rootContainerInstance: Container,
309): HostContext {
· · ·
360}
361
362▶function getOwnHostContext(namespaceURI: string): HostContextNamespace {
363 switch (namespaceURI) {
364 case SVG_NAMESPACE:
· · ·
371}
372
373▶function getChildHostContextProd(
374 parentNamespace: HostContextNamespace,
375 type: string,
· · ·
394}
395
396▶export function getChildHostContext(
397 parentHostContext: HostContext,
398 type: string,
+ 257 more matches in this file