UNPKG

docusaurus-theme-redoc

Version:
9 lines 352 B
import React from 'react'; import '../../global'; import type { ServerStylesProps } from './ServerStyles'; /** * Don't hydrate/replace server styles * @see https://github.com/facebook/react/issues/10923#issuecomment-338715787 */ export declare function ServerStyles(_props: ServerStylesProps): React.JSX.Element; //# sourceMappingURL=Styles.d.ts.map