UNPKG

@callstack/rspress-theme

Version:
11 lines (10 loc) 312 B
import type { RspressPlugin } from 'rspress/core'; interface PluginCallstackThemeOptions { links?: { homeBanner?: string; homeFooter?: string; outlineCTA?: string; }; } export declare function pluginCallstackTheme(options?: PluginCallstackThemeOptions): RspressPlugin; export {};