UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

5 lines (4 loc) 247 B
import type { RspressPlugin } from '@rspress/core'; import type { PermissionPluginOptions } from './types.ts'; export type * from './types.ts'; export declare const permissionPlugin: ({ localBasePath, }: PermissionPluginOptions) => RspressPlugin;