@sequencemedia/react-render
Version:
9 lines (6 loc) • 366 B
text/typescript
declare module '#react-render/react-dom-server' {
type ComponentType = ReactRenderTypes.ComponentType
type PropsType = ReactRenderTypes.PropsType
export function getReactDOMServerRenderToString (Component: ComponentType, props: PropsType): string
export function getReactDOMServerRenderToStaticMarkup (Component: ComponentType, props: PropsType): string
}