UNPKG

docusaurus-theme-redoc

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