UNPKG

docusaurus-theme-redoc

Version:
9 lines 285 B
import type { SpecProps } from '../types/common'; /** * * @param id ID of plugin data * @returns Spec Data of ID or first one if ID is not provided */ export declare function useSpecData(id?: string): SpecProps; export default useSpecData; //# sourceMappingURL=useSpecData.d.ts.map