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