UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

5 lines (4 loc) 226 B
import type { RspressPlugin } from '@rspress/core'; import type { ApiPluginOptions } from './types.js'; export type * from './types.js'; export declare const apiPlugin: ({ localBasePath, }: ApiPluginOptions) => RspressPlugin;