UNPKG

@chargeover/docusaurus-theme-redoc

Version:
7 lines 380 B
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