UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

8 lines (7 loc) 229 B
import type { ClassValue } from 'clsx'; export declare function cn(...inputs: ClassValue[]): string; export declare function scrollToHash({ hash, }: { hash: string; offset?: number; container?: HTMLElement; }): void;