UNPKG

react-head

Version:

SSR-ready Document Head management for React 16+

18 lines (11 loc) 507 B
// @flow import * as React from 'react'; declare export var HeadProvider: React.ComponentType<{ headTags?: Array<React.Element<any>>, children: React.Node, }>; declare export var Title: React.ComponentType<{ [string]: mixed }>; declare export var Style: React.ComponentType<{ [string]: mixed }>; declare export var Meta: React.ComponentType<{ [string]: mixed }>; declare export var Link: React.ComponentType<{ [string]: mixed }>; declare export var Base: React.ComponentType<{ [string]: mixed }>;