UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

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