UNPKG

docusaurus-theme-redoc

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