@chargeover/docusaurus-theme-redoc
Version:
Redoc Component for DocusaurusV2
7 lines • 380 B
TypeScript
import type { LoadContext, Plugin } from '@docusaurus/types';
import { ThemeOptions, GlobalData } from './types/options';
export { ThemeOptions, GlobalData };
export default function redocTheme(context: LoadContext, options: ThemeOptions): Plugin<null>;
declare const getSwizzleComponentList: () => string[];
export { getSwizzleComponentList };
//# sourceMappingURL=index.d.ts.map