docusaurus-theme-redoc
Version:
Redoc Component for DocusaurusV2
9 lines • 352 B
TypeScript
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