UNPKG

docusaurus-theme-redoc

Version:
10 lines 404 B
import React from 'react'; import '../../global'; import { RedocRawOptions } from 'redoc'; export type ServerStylesProps = { specProps: SpecProps; lightThemeOptions: RedocRawOptions; darkThemeOptions: RedocRawOptions; }; export declare function ServerStyles({ specProps, lightThemeOptions, darkThemeOptions, }: ServerStylesProps): React.JSX.Element; //# sourceMappingURL=ServerStyles.d.ts.map