UNPKG

185 BTypeScriptView Raw
1/// <reference types="react" />
2declare const _default: (componentOrElement: Element | import("react").ComponentClass<{}, any> | null | undefined) => Document;
3export default _default;