UNPKG

docusaurus-theme-redoc

Version:
17 lines 551 B
import '../global'; import { AppStore, RedocRawOptions } from 'redoc'; import type { SpecProps } from '../types/common'; /** * Redocusaurus * https://redocusaurus.vercel.app/ * (c) 2024 Rohit Gohri * Released under the MIT License */ export declare function useSpec({ spec, url, themeId, normalizeUrl }: SpecProps, optionsOverrides?: RedocRawOptions): { hasLogo: boolean; store: AppStore; options: RedocRawOptions; darkThemeOptions: RedocRawOptions; lightThemeOptions: RedocRawOptions; }; //# sourceMappingURL=useSpec.d.ts.map