UNPKG

docusaurus-theme-redoc

Version:
7 lines 390 B
import type { LoadContext, Plugin } from '@docusaurus/types'; import type { ThemeOptions, GlobalData } from './types/options'; export type { ThemeOptions, GlobalData }; export default function redocTheme(context: LoadContext, options: ThemeOptions): Plugin<null>; declare const getSwizzleComponentList: () => string[]; export { getSwizzleComponentList }; //# sourceMappingURL=index.d.ts.map