UNPKG

@chargeover/docusaurus-theme-redoc

Version:
16 lines 497 B
import '../global'; import { AppStore, RedocRawOptions } from '@chargeover/redoc'; import { SpecProps } from '../types/common'; /** * Redocusaurus * https://rohit-gohri.github.io/redocusaurus/ * (c) 2022 Rohit Gohri * Released under the MIT License */ export declare function useSpec({ spec, url, themeId }: SpecProps, optionsOverrides?: RedocRawOptions): { hasLogo: boolean; store: AppStore; darkStore: AppStore; lightStore: AppStore; }; //# sourceMappingURL=useSpec.d.ts.map