docusaurus-plugin-typedoc-api
Version:
Docusaurus plugin that provides source code API documentation powered by TypeDoc.
4 lines • 306 B
TypeScript
import type { TSDDeclarationReflection } from '../types';
export declare function useReflection<T = TSDDeclarationReflection>(id?: number, required?: boolean): T | null;
export declare function useRequiredReflection<T = TSDDeclarationReflection>(id?: number): T;
//# sourceMappingURL=useReflection.d.ts.map